Menu multi language
How to provide multiple language support for aside menu
Replies (3)
Hi Ibrahim,
You can pass the translation key for the menu title in the config.
For example, to retrieve the "welcome" translation string from the lang/en/messages.php language file:
'title' => 'messages.welcome',
In the menu class app/Core/Menu.php. The title will be called with the translation function __()
__($title)
Thanks
Thank you so much sir
Your welcome. Feel free to let us know if you need any more help
Your Support Matters!
We will highly appreciate your Metronic Review on Themeforest.
Please go to Themeforest Downloads page, select Metronic & leave your feedback.