|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Multilanguages
Hi,
I'm wondering what is the basic principle (including basic algorithms and techniques) to build a site with multilanguage support. I am completely blank how to build one. How (where) should I start? |
|
#2
|
|||
|
|||
|
RE: Multilanguages
create variables for all of the text that you will use, then use language files to fill the variables (english, french, german, chinese, ...) take a look at some examples on sourceforge.net (phpmyadmin, squirrelmail, ...)
|
|
#3
|
|||
|
|||
|
RE: Multilanguages
A better idea is the use of constant rather than variables...
|
|
#4
|
|||
|
|||
|
RE: Multilanguages
Thank you for the suggestion.
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > Multilanguages |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|