Skip to main content

GaugesCoreLocalizer.GetString(GaugesCoreStringId) Method

Returns a localized string for the given string identifier.

Namespace: DevExpress.XtraGauges.Core.Localization

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

NuGet Package: DevExpress.Gauges.Core

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