how to translate langauge from engllish to espanal

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bhanu
Forum Commoner
Posts: 46
Joined: Thu Nov 05, 2009 4:25 am

how to translate langauge from engllish to espanal

Post by bhanu »

Hi

i have coded my site in english language....

now i want to change language espanal....

how can translate

please help me

is there any idea?

regards
bhanu
User avatar
Grizzzzzzzzzz
Forum Contributor
Posts: 125
Joined: Wed Sep 02, 2009 8:51 am

Re: how to translate langauge from engllish to espanal

Post by Grizzzzzzzzzz »

Store the text for both languages in a database, have a GET variable that uses PHP to retrieve the webpage text depending on the language they've chosen.
Post Reply