KustomerLanguage
KustomerLanguage Enumerations reference for Kustomer Chat iOS Core API .
Language used to render the Kustomer UI (all except KB).
To create from a string, e.g. if you’re dynamically setting this, use KustomerLanguages(rawValue: "SOME STRING")
public enum KustomerLanguage : String
See Localization for a full list of supported languages.
// Declaration for Czech
case cs
// Declaration for Korean
case ko
// Declaration for Spanish (Peru)
case es_pe
// Declaration for English (US)
case en_us
// Declaration for Twi
case tw
Updated over 3 years ago