LocalizerExtensions.GetString(ILocalizer, String) Method
In This Article
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