- 같은 view로 보지만 브라우저의 언어 선택에 따라 여러나라의 언어로 표시되는 처리
- 설정 구조
- container조립기
- massage :
- xxx_en.properties,XXX_ko.properties,xxx.properties
- ctx.getMessage("code값",params배열,locale,언어)
//org.springframework.context.support.ResourceBundleMessageSourcdispather-servlet 설정 내용
1
2
3
4
5
6
7
|
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
<property name="basenames">
<list>
<value>message.msg</value>
</list>
</property>
</bean>
| cs |
- package 구조
- 각각 파일 내용
- 화면 출력 단
1
|
<spring:message code="regi"/>
| cs |
댓글 없음:
댓글 쓰기