Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

C#
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