LocalizationRequiredAttribute Class
Indicates whether the marked element should be localized.
Namespace:
RingSoft.DbLookup.Controls.WPF.PropertiesAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
[AttributeUsageAttribute] public sealed class LocalizationRequiredAttribute : Attribute
<AttributeUsageAttribute> _ Public NotInheritable Class LocalizationRequiredAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class LocalizationRequiredAttribute sealed : public Attribute
Examples
C#
[LocalizationRequiredAttribute(true)] class Foo { string str = "my string"; // Warning: Localizable string }