Table of Contents

Method RegisterEnumValueLocalizations

Namespace
Alternet.UI.Localization
Assembly
Alternet.UI.Common.dll

RegisterEnumValueLocalizations(Type, Type)

Registers enum values localizations in the PropertyGrid infrastructure for the specified type using localization container specified in the localizations parameter.

public static void RegisterEnumValueLocalizations(Type type, Type localizations)

Parameters

type Type

Type for which enum values localizations are registered.

localizations Type

Type of the class which contains static fields with enum values localizations.