Skip to main content
All docs
V24.1

BarLocalizer.GetString(BarString) Method

Returns a localized string for the specified UI element.

Namespace: DevExpress.XtraBars.Localization

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static string GetString(
    BarString id
)

Parameters

Name Type Description
id BarString

A value that uniquely identifies a UI element.

Returns

Type Description
String

The localized string.

See Also