Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i wanna change label text english language to japanese language in dropdownlist selected change event... my project is using JSF 2.0, Spring and iBatis.... plese help me....
Posted
Updated 3-Oct-12 23:37pm
v2

1 solution

The keyword for that is NLS or - sometimes also used i18N. Sometimes it's even called internationalization or multi language support.

Java uses UTF-8 for the GUI, looking at this tutorial:
JSF 2 Internationalization Example[^]

...I expect the JSF Components to do the same.

I strongly recommend using the RBE-Plugin in Eclipse, that one helps organizing the language files and converts all non-conform Characters into UTF-8:
Eclipse ResourceBundle Editor[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900