Re: scope of internationalization
Posted By:
Sanil_paul
Posted On:
Wednesday, January 7, 2004 08:17 PM
internationalization has got lot of scope.somany comapnies
are working on it.u ma;y go through http://forum.java.sun.com to know more abt doing that using java
Re: scope of internationalization
Posted By:
Anonymous
Posted On:
Monday, November 24, 2003 01:18 AM
The scope of Internationalization can be divided into 3 levels --- User Input levels --- Key board locale/IME
Application levels ------ Locale based Date/Time,Calander,Number Formating,
DB levels --- Collation /Sort order .
Out put levels --- lables and messages visible to user on Monitors --- Resource Bundle , BiDi script, etc..
Best way to understand 118n is go through the i18n article
http://developer.java.sun.com/developer/technicalArticles/
Syed Naqvi