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

SS3 multilingual


Go to End


11 Posts   4013 Views

Avatar
Mechano

Community Member, 1 Post

9 November 2012 at 10:03am

I'm having same problems.

I downloaded 3.0.2 version of CMS and 1.0 of the translatetable component and tried also the last code from git.

Configured default language and alternate languages. When into the backend I select the language and presso Go key, I obtain the same error:
"The action 'LangForm' does not exist in class CMSPagesController"

I've a big multilingual project, and this CMS is completely useless for me... :-(

Avatar
Liam

Community Member, 470 Posts

10 November 2012 at 4:20am

I haven't tried the Translatable module as when I started the project I needed it for, it definitely wasn't working.

If you have the budget, the paid Multilingual module works great.

http://www.kreationsbyran.se/blogg/multilingual-module-2-0-for-silverstripe-cms-3-0/

Avatar
x75

Community Member, 43 Posts

19 March 2013 at 11:47pm

just in case someone is searching for the "The action 'LangForm' does not exist in class CMSPagesController" message and shows up here:
Please make sure you rename the module folder to "translatable". At least with SS 3.0.5 and Translatable 1.0 that was the problem. see: https://github.com/silverstripe/silverstripe-translatable/issues/72

Go to Top