Going multi-lingual
Its a hard problem and not many people are tacking it in the web development world. Heres some research into presenting content in different languages via HTML.
To frame the problem here is a good break down of the three technical issues:
There are three considerations for presenting HTML in non-English languages. First, that the document is delivered in the desired natural language (such as English, French, etc.) and dialect (US, British, etc.). Second, that the document is presented in the correct character set. This is a requirement for most Eastern languages (Russian, Japanese, etc.). Third, that the document is presented in the correct directionality. This is a consideration for languages such as Hebrew, Arabic, Japanese that are customarily written right-to-left or top-to-bottom.