Click or drag to resize
LocalisedEnumConverterTTranslations Property
A map of enum values to localised translations.

Namespace: VirtualRadar.Localisation
Assembly: VirtualRadar.Localisation (in VirtualRadar.Localisation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Dictionary<T, string> Translations { get; }

Property Value

Type: DictionaryT, String
See Also