forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
config defaultlanguage
Violet edited this page Nov 2, 2010
·
2 revisions
Determines the language which will apply to the Melody interface when no user is logged in.
The value should be the name of a "localization module" installed on your server. Localization modules should be placed in the directory lib/MT/L10N/ within the Melody directory.
When a user is logged in to Melody, the interface will be presented in the language specified by the user's profile settings.
Default is US English:
DefaultLanguage en_us
Other acceptable core values: de
, es
, fr
, ja
, nl
Set to German
DefaultLanguage de
- Categories: Appendix: Configuration Directives
- Tags: config, l10n, language