Skip to main content
All docs
V23.2

LayoutLocalizer.GetString(LayoutStringId) Method

Returns a localized string for the specified UI element.

Namespace: DevExpress.XtraLayout.Localization

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static string GetString(
    LayoutStringId id
)

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