Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Menu multi language


How to provide multiple language support for aside menu


Text formatting options
Submit

Replies (3)


Your welcome. Feel free to let us know if you need any more help happy


Your Support Matters!

We will highly appreciate your Metronic Review on Themeforest.
Please go to Themeforest Downloads page, select Metronic & leave your feedback.

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 happy


Text formatting options
Submit
Text formatting options
Submit