Class LocalizableAttribute
- Namespace
- ReactiveUI
- Assembly
- ReactiveUI.dll
A attribute to indicate if the target is localizable or not.
[AttributeUsage(AttributeTargets.All, Inherited = false, AllowMultiple = true)]
public sealed class LocalizableAttribute : Attribute
- Inheritance
-
Localizable
Attribute
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the Localizable
Constructors
LocalizableAttribute(bool)
A attribute to indicate if the target is localizable or not.
Parameters
isLocalizable
boolIf the target is localizable or not.
Remarks
Initializes a new instance of the Localizable
Properties
IsLocalizable
Gets a value indicating whether the target is localizable.