Language

public enum Language : String, Decodable

In which language the Stream Deck application is running.

  • Declaration

    Swift

    case english = "en"
  • Declaration

    Swift

    case french = "fr"
  • Declaration

    Swift

    case german = "de"
  • Declaration

    Swift

    case spanish = "es"
  • Declaration

    Swift

    case japanese = "ja"
  • Declaration

    Swift

    case chinese = "zh_CN"