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 ;)
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.
if you're on linux look into gettext. I use rails and there is a decent ruby wrapper for it.