开发者

Automation for JSP Multilingualization

开发者 https://www.devze.com 2023-01-21 05:30 出处:网络
An existing set of JSPs, hard-coded with English field labels, javascript error/info messages, image \'alt\' message etc. needs to be multilingualized.

An existing set of JSPs, hard-coded with English field labels, javascript error/info messages, image 'alt' message etc. needs to be multilingualized.

What would be the best way to go about converting these JSPs to use the standard Java Multilingual fe开发者_如何学Catures (resource bundles, locales etc)?


I've never tried it, but the Bravo JSP Editor plugin claims to be capable of this. Here's a demo.


I believe you are looking something like "gettext". This is majorly a unix based tool but you can also get a java binding here: link text

0

精彩评论

暂无评论...
验证码 换一张
取 消