| View previous topic :: View next topic |
| Author |
Message |
chaekyu
Joined: 18 Jan 2007 Posts: 5
|
Posted: Post subject: Convert my website in multi language site. |
|
|
I have a website in English now I also want my site to display in arabick, german and other languages, what is the simplest way to make a multilanguage site? Is there any service/code/function like that? How is the translation of website is done and what is website localization?
Thanks |
|
| Back to top |
|
 |
franti
Joined: 18 Jan 2007 Posts: 2
|
Posted: Post subject: |
|
|
There is no "easy" way.
There are two ways to get the translations.
1) Manual Translation - translate it yourself and keep separate copies in differnet languages
2) Auto Translation - via a translation service such as Google Translator, or BabelFish etc.
3) Refer to site website translation services where you can see how you can localize your website along with website translation. |
|
| Back to top |
|
 |
trent
Joined: 18 Jan 2007 Posts: 2
|
Posted: Post subject: Convert my website in multi language site. |
|
|
| Have your application include a language file based on the selected language, which defines constants for each string of text you want available in different languages. If you also need to have large areas of text available in different languages, ie product descriptions etc, you could store each translation in a separate table field. You can get the website translation working details over here also over here |
|
| Back to top |
|
 |
|