LwayveLanguage

@objc
public enum LwayveLanguage : Int

The enum of supported languages.

  • Undocumented

    Declaration

    Swift

    case english
  • Undocumented

    Declaration

    Swift

    case french
  • Undocumented

    Declaration

    Swift

    case spanish
  • Undocumented

    Declaration

    Swift

    public func iso639_1() -> String
  • Undocumented

    Declaration

    Swift

    public init?(withISO639_1String value: String)