Class MultiLocaleString
Contains key used for LocalizedString as well as localized text for all supported lanagues.
Inheritance
System.Object
MultiLocaleString
Namespace: BlueprintCore.Utils.Localization
Assembly: BlueprintCore.dll
Syntax
[JsonObject(MemberSerialization.OptIn)]
public class MultiLocaleString
Fields
| Improve this Doc View SourceKey
Key used to reference the string. Must be unique.
Declaration
[JsonProperty]
public readonly string Key
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()