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 json php?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
What is use of mysqli_query in php?
How do you use end in python?
Does https prevent csrf?
What is the differences between $a != $B and $a !== $B?
How do you clear environment variables?
Why print_r is used in php?
Can you convert php to html?
How can I know that a variable is a number or not using a JavaScript?
How can we encrypt and decrypt a data present in a mysql table using mysql?
How can I retrieve values from one database server and store them in other database server using PHP?