Page 1 of 1

best way to translate a backoffice

Posted: Sun Nov 21, 2010 4:37 pm
by srdva59
hi,
i looking for a best way to translate a backoffice content.
options:

A- i can use a separate file each for a lang with all vars.
B- use a table with all data

both of this solutions have a big time to implement and in all areas that i creat
i need add the vars.
there is some best solution for this?
something that can translate all content like google translator?
thanks for your help
:)

Re: best way to translate a backoffice

Posted: Mon Nov 22, 2010 12:10 am
by Christopher
You might want to look at gettext (http://php.net/manual/en/book.gettext.php). That is the basic way in PHP. Also, PEAR, Zend and other frameworks have translation modules.