Skip to content

ILocalTextRegistry interface

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Abstraction for a 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 the localized representation that corresponds to the local text key, or null if none is found in the source.

See Also