org.springframework.web.servlet.i18n.LocaleChangeInterceptor 를 이용해서 Web browser로부터 httpServletRequest에서 locale 정보 구함.
그리고, 다음의 클래스로 잘 포장한다.
org.springframework.web.servlet.i18n.SessionLocaleResolver
org.springframework.context.support.ReloadableResourceBundleMessageSource
message는 spring tag를 이용해서 출력한다.
다음의 링크를 잘 활용.
http://www.mkyong.com/spring-mvc/spring-mvc-internationalization-example/
'general java' 카테고리의 다른 글
Spring-Mybatis, Spring으로 여러 DB(Multiple DB) 접근하는 개발할 때, 문제 해결 팁 (1) | 2012.08.30 |
---|---|
Ehcache와 Spring Cache 사용에 관련한 팁 (1) | 2012.08.29 |
Spring에서 property의 default value 지정하기 (0) | 2012.08.03 |
Mysql 에서 Spring Batch를 이용하여 Job Repository Table 생성 또는 삭제하는 예제 - 2 (0) | 2012.07.28 |
Mysql 에서 Spring Batch를 이용하여 Job Repository Table 생성 또는 삭제하는 예제 - 1 (0) | 2012.07.12 |