Class LanguageInfo

java.lang.Object
com.ringcentral.definitions.LanguageInfo

public class LanguageInfo extends Object
User interface language data
  • Field Details

    • id

      public String id
      Internal identifier of a language
    • uri

      public String uri
      Canonical URI of a language Format: uri
    • greeting

      public Boolean greeting
      Indicates whether a language is available as greeting language
    • formattingLocale

      public Boolean formattingLocale
      Indicates whether a language is available as formatting locale
    • localeCode

      public String localeCode
      Localization code of a language
    • isoCode

      public String isoCode
      Country code according to the ISO standard, see [ISO 3166](https://www.iso.org/iso-3166-country-codes.html)
    • name

      public String name
      Official name of a language
    • ui

      public Boolean ui
      Indicates whether a language is available as UI language
    • timeFormat

      public String timeFormat
      Time format
    • dateFormat

      public String dateFormat
      Date format
  • Constructor Details

    • LanguageInfo

      public LanguageInfo()
  • Method Details