Skip to main content
All docs
V25.1
  • LayoutLocalizer.GetString(LayoutStringId) Method

    Returns a localized string for the specified UI element.

    Namespace: DevExpress.XtraLayout.Localization

    Assembly: DevExpress.XtraLayout.v25.1.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