 | InspectorStringAttributeLocalized Property |
Whether this string should be localized to different languages and just represents a localization id.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic bool Localized { get; set; }
Public Property Localized As Boolean
Get
Set
public:
property bool Localized {
bool get ();
void set (bool value);
}
member Localized : bool with get, set
Property Value
Type:
Boolean
See Also