Looking for Tools for internationalization 2005-10-05 - By Dharmendra Sharan
Back Hi Sue,
Surely you don't mean to have the translation of all possible words in all languages into all other languages known!! ;-)
Generally internationalization requires conscious effort on the part of the user:-
1. To identify the set of relevant text messages which need to translated depending on the language
2. Provide appropriate translation of the same in the languages handled by the application as resource bundles having the property file corresponding to each language handled
3. Determining the appropriate locale or perhaps based on user action, switch to using the corresponding message bundle for returning the relevant text messages in the selected language.
Here are some relevant links which may be of help:-
End-to-end internationalization of Web applications http://www.javaworld.com/javaworld/jw-05-2004/jw-0524-i18n_p.html
Internationalization (i18n) implementation in Struts (http://struts .apache.org) framework http://www.allapplabs.com/struts/struts_internationalization.htm
Struts internationalization (provides a very basic example and usage) http://www.exadel.com/tutorial/struts/5.2/strutstutorials-i18n.html
Hope this helps,
Dharmendra ps: have a nice day! -- --Original Message-- -- From: A mailing list for Java(tm) 2 Platform, Enterprise Edition [mailto:J2EE-INTEREST@(protected)]On Behalf Of Sue Ryu Sent: Wednesday, October 05, 2005 10:35 AM To: J2EE-INTEREST@(protected) Subject: Looking for Tools for internationalization
Hi All,
We are looking for a tool to help us with internationalizing our web apps - using WebShpere.
Basically, does anyone know if there is a tool that stores all the texts in different languages, say in English, French, ...., and then generate a language specific property file. We are not looking for a translator, but a simple tool that will store all the text related data into a repository (db) and then produce a language specific property file. It will be nice to query the repository as well, like does a particular text already exist or not, and so on...
Yes, it won't be that difficult to do this on our own. But, if there is a simple tool w/ nice U/I, it will be nice for us.
Thanks in advance for shedding some light into this for us.
Regards,
Sue Ryu Email: Sue.Ryu@(protected)
This message is intended only for the named recipient and may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any misdirected transmission. If you received this message in error, please notify us immediately by telephone at 314 292-2000 and immediately delete this message from your system. If you are not the intended recipient, you must not use, disclose, distribute or copy any part of this message.
==========================================================================To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
Visit our website at http://www.ubs.com
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments.
==========================================================================To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|