aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Localisation in HTML Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Localisation in HTML" Watch "Localisation in HTML" New topic
Author

Localisation in HTML

gopi nath
Greenhorn

Joined: Oct 05, 2006
Posts: 15
How can the localisation can be handled in the client side using HTML and javascript only.if we are selecting one language i have to display the field name in the particular Language.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

There really isn't anything built into the client side to do localization. Why aren't you handling this on the server like everyone else?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
gopi nath
Greenhorn

Joined: Oct 05, 2006
Posts: 15
HI
I am developing web pages for embedded application.I need to display the values from the embedded kit to the user in Front End.For this we are using CSP(C Server page) and HTML.That's why i asked for client side Localization.

Thanks
gopi nath
Greenhorn

Joined: Oct 05, 2006
Posts: 15
How can i display the chinese(apart from english other language) characters in the html?Please help me.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Localisation in HTML
 
Similar Threads
J2me
Is localisation using resource bundles allowed at all?
Validating other language chars
what is i18n??
Santis Self Tester