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 |
Does php 7 support multiple inheritance?
What is the content of /etc directory?
What types of images that PHP supports?
How to create a public static method in PHP?
What is php session id?
Why do we use inheritance in php?
Explain Whitespace Characters?
How does php work with apache?
when you will get the message/error "headers already sent"?
how to register website in internet
What is php addslashes?
What are the differences between GET and POST methods?