Back to Devexpress

Localizer.IStringLoader Interface

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

latest1.1 KB
Original Source

Localizer.IStringLoader Interface

An interface that should be implemented by a class that returns a localization string value by its key.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Mvvm.dll

NuGet Package : DevExpress.Maui.Mvvm

Declaration

csharp
public interface IStringLoader

The following members return Localizer.IStringLoader objects:

Extension Methods

Yield<Localizer.IStringLoader>()

YieldIfNotNull<Localizer.IStringLoader>()

See Also

Localizer.IStringLoader Members

DevExpress.Maui.Core Namespace