The NavBarStringId type enumerates values corresponding to strings displayed within the NavBarControl and which can be localized.
To localize the NavBarControl's strings you can do the following:
- create a class by inheriting the DevExpress.XtraNavBar.NavBarLocalizer class
- override its GetLocalizedString method. This method takes a NavBarStringId parameter and returns a string corresponding to the parameter passed.
- create an instance of the new localizer class and assign it to the static DevExpress.XtraNavBar.NavBarLocalizer.Active property.