Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MuiString

A multi-language string represented as dictionary.

[[key]] is a Locale ID

Example:

{
  "1033": "English string value",
  "1031": "German string value"
}

Hierarchy

  • MuiString

Indexable

[key: number]: string

A multi-language string represented as dictionary.

[[key]] is a Locale ID

Example:

{
  "1033": "English string value",
  "1031": "German string value"
}