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