GetSimple Support Forum

Full Version: Another i18n question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there!

When developing a plugin, I would like to be able to make an admin setting in which you can set the front end language.
Is this a (valid?) possibility? I experimented a bit around, but using "i18n_merge" with a hardcoded language doesn't seem to work.
The only way I found, was setting $LANG, but I am afraid it will mess up things.

thx!
Frank
From my own experience setting manually $LANG var is the only way atm.