Note the upgraded forum! If you are experiencing issues logging in, you may need to reset your password which should send an email. If the email doesn't arrive, be sure to check your spam folder just in case.
Fuel Navigation > Choose Language
Hi! At CMS, The Navigation module doesn´t have the option to select a language for each menu item. How can i add it ? Thanks!
Comments
// Languages for pages. The key is saved to the page variables $config['languages'] = array( 'english' => 'English', 'sp' => 'Spanish', 'de' => 'German', );
I am getting "Unable to load the requested language file: language/english/_lang.php"
Also, just confirming that the above was added to the MY_fuel.php file and not the fuel/application/config.php file.
Yes, added inside MY_fuel.php
Thanks!