Re: Existing menus localization

by hal9000 » Fri May 31, 2013 2:22 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")
Good! That seems a cleaner way to do it.

Thanks.