How to provide multiple language support for aside menu
Your welcome. Feel free to let us know if you need any more help
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",
__($title)
Thank you so much sir