Gets a value indicating whether this property should be localized, as specified in the LocalizableAttribute.
[Visual Basic] Overridable Public ReadOnly Property IsLocalizable As Boolean [C#] public bool IsLocalizable {virtual get;} [C++] public: __property virtual bool get_IsLocalizable(); [JScript] public function get IsLocalizable() : Boolean;
true if the member is marked with Localizable(true) attribute; otherwise, false.
When a property is marked with Localizable(true) attribute, its values are saved in a resource file.
PropertyDescriptor Class | PropertyDescriptor Members | System.ComponentModel Namespace | LocalizableAttribute