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 |
How can we convert the time zones using PHP?
What is difference between isset and empty in php?
What is exception in php?
How to replace a substring in a given string in php?
What is session in PHP. How to remove data from a session?
What is composer json?
Explain me what is the use of header() function in php?
Tell me is it possible to remove the html tags from data?
Which php framework is best?
How to return a value back to the function caller?
How cookies are trported from browsers to servers?
What is the correct and the most two common way to start and finish a php block of code?