Skip to content

ITextLocalizer interface

namespace: Serenity   assemblySerenity.Net.Core

Text localizer for the current context language and pending approval state.

public interface ITextLocalizer

Members

name description
TryGet(…) Gets the translation for a key based on the context language and pending approval state, or null if not available.

See Also