browse by tag: localisation
sort by
PHP Localization with TMX standard
in PHP added by goodphptutorials, on 24/8/2006 TMX advanced tutorials language localisation translation
One of the main concerns of internationalization consists of separating the main source code from the texts, the labels, the messages and all the other objects related to the specific language in use. This facilitates the translation process as such as all the resources related to the local language context are well identified and separated.
comment save reportSimple Localization with PHP
in PHP added by goodphptutorials, on 24/8/2006 content management language localisation setstring
On PHP DevCenter, Adam Trachtenberg and Joao Prado Maia have described interesting ways to localize web sites with PHP. In this article I've offered another alternative, which should be easy for non-programmers to use. We will take advantage of the user function setstring function
comment save report