Back to Devexpress

Localizer.AppStringLoader Property

maui-devexpress-dot-maui-dot-core-dot-localizer-b204ed9a.md

latest846 B
Original Source

Localizer.AppStringLoader Property

Gets or sets the string loader used to retrieve localized strings for application-specific resources in a MAUI application.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Mvvm.dll

NuGet Package : DevExpress.Maui.Mvvm

Declaration

csharp
public static Localizer.IStringLoader AppStringLoader { get; set; }

Property Value

TypeDescription
Localizer.IStringLoader

The string loader type.

|

See Also

Localizer Class

Localizer Members

DevExpress.Maui.Core Namespace