开发者

What is the best practice to switch the language of a running java program

开发者 https://www.devze.com 2023-02-02 06:50 出处:网络
开发者_运维技巧How can I switch between languages in a running Java program? How can I change all text / labels in the GUI without much effort.Study: http://java.sun.com/developer/technicalArticles/In

开发者_运维技巧How can I switch between languages in a running Java program? How can I change all text / labels in the GUI without much effort.


Study: http://java.sun.com/developer/technicalArticles/Intl/ResourceBundles/

Making your application support localization is not an effortless procedure. It requires upfront thought and design. But after that you can add languages very easily.


You need to check up on resource bundles and locales.

0

精彩评论

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

关注公众号