How to make multilanguage site in php?
(like english,tamil)
Answer Posted / 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 |
Post New Answer View All Answers
Does php support multiple inheritance?
What are the advantages and disadvantages of cascade style sheets?
Write a program to get lcm of two numbers using php?
Is php pass by reference or value?
What is the current php version?
Can php run without server?
How to calculate the length of a string?
Is python easier than php?
What is difference between include,require,include_once and require_once()?
Tell me what is the meaning of a final class and a final method?
What are the two main string operators?
What are php string functions?
What is the difference between $argv and $argc? Give example?
What is the difference between array_pop() and array_push()?
Can we use get instead of post?