Java web application i18n

后端 未结 3 403
南方客
南方客 2021-02-01 10:16

I\'ve been given the (rather daunting) task of introducing i18n to a J2EE web application using the 2.3 servlet specification. The application is very large and has been in acti

3条回答
  •  清酒与你
    2021-02-01 11:14

    You can do exactly this using JSTL standard tag library with the tag. Grab a copy of the JSTL specification, read the i8N chapters, which discuss general text + date, time, currency. Very clearly written and shows you how you can do it all with tags. You can also set things like Locale programmatically

提交回复
热议问题