Internationalization Question

2006-06-12 Thread Ciliotta, Mario
Hi, How is everyone handling internationalization in your CFM applications. I have an application that the users what to be able to be displayed in English, French, Italian, German and Japanese. They want the HTML text of the page displayed in the user native language and the also want to

Re: Internationalization Question

2006-06-12 Thread Charlie Griefer
Unfortunately, I haven't gotten my hands dirty enough with it to give you any good pointers...but at my office we're relying heavily on ICU4J for all of our i18n stuff. I'd say that's probably the de-facto standard for internationalization right now. also check out http://cfg11n.blogspot.com/

Re: Internationalization Question

2006-06-12 Thread Paul Hastings
Ciliotta, Mario wrote: Basically is there a way to determine what the native language is and then have the html text of the page appear in that language. I know that there are internationalization routines in Java and i18n resources but I am unsure how to use them correctly. if you don't