public UdcSetting (without localization)
public UdcSetting(string category, string name, bool secret, SettingType type, string defaultValue, bool isOptional = true)
Creates a new instance of UdcSetting without localization. For such an instance, the properties always localize to the category and name parameters, irrespective of CurrentUICulture. This is used for “quick and dirty” creation of UdcSetting instances and when localization is not needed.