« Product: Mashery | Main | Product: MogileFS »
Thursday
Aug022007

Multilanguage Website

Hi ,
someone can point me to some good resurce about how to bulid a multilanguage website ?

the only resource i have found is this
http://www.indiawebdevelopers.com/technology/multilanguage_support.asp

thanks!
p.s. great site ;)

Reader Comments (2)

You are building your website with what? PHP, Java?? there are many frameworks that help you accomplish multi language... for instance J2EE comes with multi language support through locale detection and message bundles i.e. a key,value list in which are all of your site's strings indexed to a key, this key is what is in your code (JSP, XHTML etc.). different message bundle have different values for the same key according to the current locale.

December 31, 1999 | Unregistered Commenterdavid

if you're on linux look into gettext. I use rails and there is a decent ruby wrapper for it.

December 31, 1999 | Unregistered Commenterjay

PostPost a New Comment

Enter your information below to add a new comment.
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>