Skip to main content
All docs
V25.1
  • LocalizerExtensions.GetString(ILocalizer, String) Method

    Gets the localized string based on the specified key from the ILocalizer service.

    Namespace: DevExpress.Maui.Mvvm

    Assembly: DevExpress.Maui.Mvvm.dll

    NuGet Package: DevExpress.Maui.Mvvm

    Declaration

    public static string GetString(
        this ILocalizer service,
        string key
    )

    Parameters

    Name Type Description
    service ILocalizer

    The localization service.

    key String

    The localization key.

    Returns

    Type Description
    String

    The localized string.

    See Also