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.

Data Model Questions /

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

translatable dataobject


Go to End


1277 Views

Avatar
StefanDpunkt

Community Member, 14 Posts

10 July 2014 at 9:58pm

Hallo!
I've been using translatable and translatable dataobject
I have entered in the "_config.php" language "de_DE", "en_GB", "fr_FR", 'es_ES', 'pt_PT'.

Translatable: set_allowed_locales (array("de_DE", "en_GB", "fr_FR", "es_ES", "pt_PT"));

I would like to use tabs with DataObjects and FieldList for every language -> getTranslatableTabSetgetTranslatableTabSet()
The tabs for "de_DE", "en_GB", "fr_FR", "es_ES" are displayed. Just not 'pt_PT' is not being displayed, what is wrong?

Attached Files