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.
You are building your
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.
gettext
if you're on linux look into gettext. I use rails and there is a decent ruby wrapper for it.
Post new comment