Skip to content

NullTextLocalizer class

namespace: Serenity   assemblySerenity.Net.Core

A text localizer that returns null for all keys.

public class NullTextLocalizer : ITextLocalizer

Public Members

name description
static readonly Instance The singleton instance of the NullTextLocalizer.
TryGet(…) Returns null for all keys.

See Also