ILocalTextRegistry interface

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Abstraction for local text registry which stores translations for local text keys.

public interface ILocalTextRegistry

Members

name description
Add(…) Adds a local text entry to the registry
TryGet(…) Returns localized representation which corresponds to the local text key or null if none found in the source.

See Also