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 nan value?
what is the default session expire time in php? what is default file attachment size in mail in php?
What does $_files means?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
What type of errors can be occurred in php?
What is happening in the following code $objA = new A(); // A is a class $objB = $objA;
What is php how it works?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
Write a program to find a string is palindrome or not?
Explain what is smarty?
What is the diffrence between GET,POST and REQUEST Method.
What does $_ post mean in php?