Re: Existing menus localization

by Puybaret » Fri May 31, 2013 1:46 pm

You can retrieve the resource with getLocalizedString method found in user preferences too:

Code: Select all

getUserPreferences().getLocalizedString(HomePane.class, "VIEW_3D_MENU.Name")
There's no way to create a sub menu at this moment.