Login | Forgot password | Register

X

What is OpenID?

OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.

With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.

For more information visit the official OpenID site.

Jump to:

505 Posts in 130 Topics by 156 members

Forum Module

SilverStripe Forums » Forum Module » change frontend language

Discuss the Forum Module.

Page: 1
Go to End
Author Topic: change frontend language 819 Views
  • Megabyte
    avatar
    Community Member
    13 posts

    change frontend language Link to this post

    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!

  • baba-papa
    avatar
    Community Member
    224 posts

    Re: change frontend language Link to this post

    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.

    819 Views
Page: 1
Go to Top

Currently Online: paul.mcilwaine, motly, jondbaker, sicp

Welcome to our latest member: fearofbuttons

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.