Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Multilingual support in ColdFusion

Explorer ,
Oct 26, 2013 Oct 26, 2013

In my application I am using a form which contains around 70 fields , all are in english language.And there is a drop down in the top right corner of the browser which contains a list of around 30 languages like chineese , japanese , russian etc etc.When I select a language from this drop down my application should convert all the english text to the selected language.

Any one have any idea about this , I mean any good approach.

760
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Oct 28, 2013 Oct 28, 2013

You probably want to use a Resource Bundle, this is the most common way to do internationalisation.  e.g. see

http://java.dzone.com/articles/resource-bundle-tricks-and  (this is for Java, but the same approach applies to CF).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 28, 2013 Oct 28, 2013

But its seems entire java code... couldnt rectify an approach needed to implement............ Or can you just point it out where it is using any kind of general approach in this article.

Thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Oct 28, 2013 Oct 28, 2013
LATEST

If you google coldfusion + resource bundle, you'll turn up plenty of articles about how to do this.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources