LocalizationRequiredAttribute Class
Indicates whether the marked element should be localized.
Namespace:
RingSoft.DataEntryControls.Engine.AnnotationsAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.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 }