Re: Struts Internationalization doesn't work on Linux

2006-10-09 Thread rohit dige
Hey Martin, Thank you so much for your response. We are using RHEL. i18n settings in RHEL are configured in /etc/sysconfig/i18n, and the LANG parameter specifies LANG="en_US.UTF-8". But this problem still exists. Am I missing anything else? Thank you, Krishna --- Martin Gainty <[EMAIL PROTEC

Re: Struts Internationalization doesn't work on Linux

2006-10-08 Thread Martin Gainty
for RH check your initdb.i18n file for the LANG parameter make sure the LANG parameter specifies LANG="en_US.UTF-8" Anyone else? Martin-- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If y

Re: STRUTS INTERNATIONALIZATION

2006-07-14 Thread hicham
Hello thanks for replying is this tutorial in "http://www.roseindia.net/struts/strutsinternationalization.shtml"; still applicable for struts 1.2.9 ? hicham - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: STRUTS INTERNATIONALIZATION

2006-07-14 Thread Niall Pemberton
You can name it whatever you like - for the default implementation you configure the actual file name using a element in the struts-config.xml and specifying the file name in the "parameter": http://www.niallp.pwp.blueyonder.co.uk/HelpTagsErrorsAndMessages.html#section6 http://struts.apache.org/

Re: Struts internationalization best practices

2006-02-11 Thread Keith Fetterman
Laurie, Thanks a bunch for taking the time to respond. This helps us a lot. We really appreciate it. Keith Laurie Harper wrote: Keith Fetterman wrote: We could use some help from people that have experience internationalizing their Struts applications. I'd like to find out what the best

Re: Struts internationalization best practices

2006-02-10 Thread Laurie Harper
Keith Fetterman wrote: We could use some help from people that have experience internationalizing their Struts applications. I'd like to find out what the best practice is for handling these three cases: 1. One or more large paragraphs of text. Depending on how large the paragraphs are and

Re: Struts internationalization best practices

2006-02-08 Thread Torgeir Veimo
On Wed, 2006-02-08 at 20:31 -0800, Keith Fetterman wrote: > > I have researched this issue all day on the Web, and have found no > information that addresses these issues. I have also looked at > several > books and they don't address them either. > > Please share your experiences and practice