LocalizationRequiredAttribute Class |
Indicates that marked element should be localized or not
Inheritance Hierarchy Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic sealed class LocalizationRequiredAttribute : Attribute
Public NotInheritable Class LocalizationRequiredAttribute
Inherits Attribute
public ref class LocalizationRequiredAttribute sealed : public Attribute
[<SealedAttribute>]
type LocalizationRequiredAttribute =
class
inherit Attribute
endThe LocalizationRequiredAttribute type exposes the following members.
Constructors
Properties
Example
[LocalizationRequiredAttribute(true)]
public class Foo {
private string str = "my string"; // Warning: Localizable string
}
See Also