GaugesCoreLocalizer.GetString(GaugesCoreStringId) Method
Returns a localized string for the given string identifier.
Namespace: DevExpress.XtraGauges.Core.Localization
Assembly: DevExpress.XtraGauges.v25.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | DevExpress.XtraGauges.Core.Localization.GaugesCoreStringId | A DevExpress.XtraGauges.Core.Localization.GaugesCoreStringId enumeration value identifying the string to localize. |
Returns
| Type | Description |
|---|---|
| String | A String corresponding to the specified identifier. |
Remarks
For more information on localization, refer to Localization.
See Also