Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

language issue


Go to End


503 Views

Avatar
isolated

Community Member, 28 Posts

4 February 2013 at 1:08am

Hi,

So added a translation to blog/lang folder (file lt_LT.php)
As well changed config for mysite:
// Set the site locale
i18n::set_locale('lt_LT');

However it doesn't seem to be affected by my changes.
Any ideas what should be changed more?
(dev/flush didn't help as well)