LocalizableAttribute(bool) constructor¶
Defined in
Type: LocalizableAttribute
Namespace: ReactiveUI
Assembly: ReactiveUI.Core.dll
Applies to
net10.0-android36.0
public LocalizableAttribute(bool isLocalizable)
Summary: A attribute to indicate if the target is localizable or not.
Parameters
| Name | Type | Description |
|---|---|---|
isLocalizable | bool | If the target is localizable or not. |
Remarks
Initializes a new instance of the LocalizableAttribute class.