938 Posts in 271 Topics by 291 members
Forum Module
SilverStripe Forums » Forum Module » change frontend language
Discuss the Forum Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 2190 Views |
-
change frontend language

30 May 2009 at 11:23pm
Hi,
how can I change the frontend language of the forum into German? I did not find an answer in the documentation....
Thank you for your help!
-
Re: change frontend language

13 June 2009 at 10:50pm
You have to add the following code to the "mysite/_config.php":
i18n::enable();
i18n::set_locale('de_DE');Dependig on the theme you have installed this might not work perfectly.
| 2190 Views | ||
|
Page:
1
|
Go to Top |


