| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Apr 2003
Posts: 5
![]() | Language Translation Hello All, I am designing a dynamic webpage in English language, and I wish to have it translated to various languages on the fly. What I wish to do is for example, enter some text in the back-end console in English, and then this is translated dynamically in various languages on my web page, in the various language sections. Is this possible? Does a component exist for this? Or do I have to do it all manually? Thanks for your help and time
__________________ http://www.johannmontfort.com |
| |
| | #2 (permalink) |
| NamePros Member Join Date: Jul 2003
Posts: 118
![]() | I think I know what your on about, but your going about it wronge. Instead of just putting in static text use variables. Then put all your variables with there corresponing phrases into seperate files for each lanuage. eg. english.php, french.php. Then include which ever lanuage file correspons to the users lanuage at the top of each page. PHP Code: ????: NamePros.com http://www.namepros.com/programming/15234-language-translation.html hope this is of some help to you!
__________________ Paulicon Web design - Your one stop shop |
| |