Defines if the globalization module should be used
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ConfigurationPropertyAttribute("uiShowGlobalizationUserInterface", DefaultValue = "false", IsRequired = false)] [ManagerTabAttribute(ManagerTab.Language)] [BoolValidatorAttribute] public bool UIShowGlobalizationUserInterface { get; set; } |