Gets or sets the language manager instance used for property translations.

Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public static LanguageManager LocalizationProvider { get; set; }

Field Value

The language manager instance.

Remarks

This should be set at startup and will provide means to get localized DisplayName and Description for PropertyData instances

See Also