Click here to Skip to main content
16,017,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends! Is there any script to change website language dynamically when the user select language from drop down? Thank you guys for ur valuable time to spent for my query....
Posted

1 solution

PHP does not address globalization and localization in the comprehensive manner of .NET and ASP.NET. I'm not really sure that using quick-cheap-and-dirty PHP worth messing up with the problems of globalization and localization at all.

You can find some interesting and simple ideas here: http://www.mind-it.info/2010/02/22/a-simple-approach-to-localization-in-php/[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900