-
internationalization (2 messages)
- Posted by: satish kumar
- Posted on: July 10 2008 05:40 EDT
Hi, In our project we are implementing internationalization i.e. japanese characters. Now I want to convert the japanese characters into equivalent english characters for logical condition checking. How to achieve that. Any help is appreciated. Thanks in advance. yours, sathish.g.Threaded Messages (2)
- Internationalizaion by Debashish Ghosh on July 10 2008 17:54 EDT
- Re: internationalization by D Liang on September 03 2008 04:25 EDT
-
Internationalizaion[ Go to top ]
- Posted by: Debashish Ghosh
- Posted on: July 10 2008 17:54 EDT
- in response to satish kumar
ResourceBundle should suffice . Only logic that you need to have is to use the English version mandatorily for all conditional operators . -
Re: internationalization[ Go to top ]
- Posted by: D Liang
- Posted on: September 03 2008 04:25 EDT
- in response to satish kumar
Should you explain your project. It's a B/S APP or others??