Posted by Thorsten Ottosen on 10/15/26 11:38
Hi All,
I making some web-based tools and I need to support different languages,
at least european and japanese.
The task is fairly simple: I only need to replace certain static strings
based on the language chosen. What is the easiest way to do this?
gettext? mbstring?
Could I simply have a bunch of php-files with the constants in them, one
file per language?
Does anyone knows about good toturials for this stuff?
Thanks in advance
-Thorsten
[Back to original message]
|