Package com.ringcentral.definitions
Class LanguageInfo
java.lang.Object
com.ringcentral.definitions.LanguageInfo
User interface language data
-
Field Summary
FieldsModifier and TypeFieldDescriptionDate formatIndicates whether a language is available as formatting localeIndicates whether a language is available as greeting languageInternal identifier of a languageCountry code according to the ISO standard, see [ISO 3166](https://www.iso.org/iso-3166-country-codes.html)Localization code of a languageOfficial name of a languageTime formatIndicates whether a language is available as UI languageCanonical URI of a language Format: uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateFormat
(String dateFormat) formattingLocale
(Boolean formattingLocale) localeCode
(String localeCode) timeFormat
(String timeFormat)
-
Field Details
-
id
Internal identifier of a language -
uri
Canonical URI of a language Format: uri -
greeting
Indicates whether a language is available as greeting language -
formattingLocale
Indicates whether a language is available as formatting locale -
localeCode
Localization code of a language -
isoCode
Country code according to the ISO standard, see [ISO 3166](https://www.iso.org/iso-3166-country-codes.html) -
name
Official name of a language -
ui
Indicates whether a language is available as UI language -
timeFormat
Time format -
dateFormat
Date format
-
-
Constructor Details
-
LanguageInfo
public LanguageInfo()
-
-
Method Details
-
id
-
uri
-
greeting
-
formattingLocale
-
localeCode
-
isoCode
-
name
-
ui
-
timeFormat
-
dateFormat
-