How to make multilanguage site in php?
(like english,tamil)
Answers were Sorted based on User's Feedback
This is very easy. Showing data is hold in variables
(english.php and tamil.php) and change php according to
language with the help of cookies.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / vasudeva kumar
In php 5.0 onwards php it self having I18n functionalities
to make multiple language sites
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between file_get_contents() and file_put_contents() in php?
How to get seconds from current date using date function ?
8 Answers Sarna Technologies, Satyam,
Explain soundex() and metaphone().
How can you submit a form without a submit button?
How can we convert asp pages to PHP pages?
Is php strongly typed?
How do I start a php session?
How to get the ip address of the client?
How to join multiple strings stored in an array into a single string?
Is empty java?
Explain me what is the use of header() function in php?
What are escaping characters?