Difference between revisions of "Locale Settings"
From GeeklogWiki
Tokyoahead (talk | contribs) |
m (link to the other Language Tips And Tricks page ...) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 10: | Line 10: | ||
If the users can change the language themselves is set in the [[Site_Settings|Site Settings]] with the variable $_CONF['allow_user_language']. | If the users can change the language themselves is set in the [[Site_Settings|Site Settings]] with the variable $_CONF['allow_user_language']. | ||
− | The currently available languages are listed [[ | + | The currently available languages are listed [[What Languages are Available?|here]]. If your chosen language exists in different formats, or if you decide to run your system in several languages, please read the [[Language Tips And Tricks]]. |
Latest revision as of 10:36, 8 May 2009
Language Setting
The default language is set with the variable
$_CONF['language']='english_utf-8';
The allowed values are the names of the language files without the ".php".
If the users can change the language themselves is set in the Site Settings with the variable $_CONF['allow_user_language'].
The currently available languages are listed here. If your chosen language exists in different formats, or if you decide to run your system in several languages, please read the Language Tips And Tricks.