Table of Contents

Class LocalizationHandling

Namespace
Innova.Data.Entity.Localization
Assembly
Innova.Data.dll

Represents the localization handling for entity captions, error messages, and system strings.

public static class LocalizationHandling
Inheritance
LocalizationHandling

Properties

EntityStringService

Gets or sets the entity string service used for localization.

Methods

GetCaption(string, Conjugation)

Gets the caption for the specified name and conjugation.

GetCaption(string, bool)

Gets the caption for the specified name and plural notation.

GetCaption(string, string)

Gets the caption for the specified entity name and property name.

GetCaption(Type, string)

Gets the caption for the specified entity type and property name.

GetCaption<T>(bool)

Gets the caption for the specified generic type and plural notation.

GetCaption<T>(Expression<Func<T, object>>)

Gets the caption for the specified expression.

GetCaption<T>(string)

Gets the caption for the specified generic type and property name.

GetErrorMessage(string)

Gets the error message for the specified name.

GetSystemString(string)

Gets the system string for the specified name.