PropertyDescriptor::IsLocalizable Property
.NET Framework (current version)
Gets a value indicating whether this property should be localized, as specified in the LocalizableAttribute.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if the member is marked with the LocalizableAttribute set to true; otherwise, false.
When a property is marked with the LocalizableAttribute set to true and used in a visual designer, its values are saved in a resource file. If you mark a property with the attribute and then set the property in code, resource files are not used.
.NET Framework
Available since 1.1
Available since 1.1
Show: