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 languageTwo-letter country code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format Example: USLocalization 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
Two-letter country code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format Example: US -
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
-