Skip to main content
A newer version of this page is available. .

GaugesCoreLocalizer.GetString(GaugesCoreStringId) Method

Returns a localized string for the given string identifier.

Namespace: DevExpress.XtraGauges.Core.Localization

Assembly: DevExpress.XtraGauges.v19.2.Core.dll

Declaration

public static string GetString(
    GaugesCoreStringId id
)

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