• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Is HTML support Multilingual?

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Am planning to display the same HTML pages in 2 languages like, US-english and in Italy. Is it possible to do this...?
And as we are doing in struts frame work by creating Application Resources files.

Thanks ........
Anand.
[ October 25, 2006: Message edited by: Bear Bibeault ]
 
Ranch Hand
Posts: 569
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It you are using Struts, multiple language is supported through resource bundles and <bean:message> server side tag. But, you are GENERATING different HTMLs base on the user's language preference instead of having 2 languages embedded in 1 single HTML.
 
reply
    Bookmark Topic Watch Topic
  • New Topic