Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 612 Bytes

ITextLocalizer.md

File metadata and controls

18 lines (12 loc) · 612 Bytes

ITextLocalizer interface

namespace: Serenity   assemblySerenity.Net.Core

Text localizer for current context language / pending state.

public interface ITextLocalizer

Members

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

See Also