Localization of menu items

In register_nav_menu() function is possible to pass the second parameter inside wp l10n function:

register_nav_menu( 'primary', __( 'Primary Menu', 'theme-slug' ) );

but how to localize the menu items?

Topic l10n localization Wordpress

Category Web


Get a WPML plugin - https://wpml.org/

Seriously, get it - it's the most complete solution for multilingual WP site. You can write your own code to translate menu items, but it is not worth it.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.