Show / Hide Table of Contents

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 Source

Key

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 Source

GetHashCode()

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()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX