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 ;)

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.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><div ?=?><p ?=?> <img ?=?><h1 ?=?><h2 ?=?><h3 ?=?>
  • Lines and paragraphs break automatically.
  • Glossary terms will be automatically marked with links to their descriptions
  • You may link to webpages through the weblinks registry

More information about formatting options

To combat spam, please enter the code in the image.