Connecting Tech Pros Worldwide Help | Site Map

suggested tools for simple i18n

  #1  
Old January 28th, 2006, 08:15 PM
Thorsten Ottosen
Guest
 
Posts: n/a
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
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
python-dev Summary for 2006-04-01 through 2006-04-15 Steven Bethard answers 0 June 7th, 2006 05:25 AM
python-dev Summary for 2005-09-01 to 2005-09-15 Tony Meyer answers 0 November 22nd, 2005 01:15 AM
python-dev Summary for 2005-09-01 to 2005-09-15 Tony Meyer answers 0 November 22nd, 2005 01:15 AM
python-dev Summary for 2004-08-01 through 2004-08-15 Brett Cannon answers 17 July 18th, 2005 03:27 PM