BarLocalizer.GetString(BarString) Method
Returns a localized string for the specified UI element.
Namespace: DevExpress.XtraBars.Localization
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | BarString | A value that uniquely identifies a UI element. |
Returns
| Type | Description |
|---|---|
| String | The localized string. |
See Also