LocalizedText
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Локализованный вариант текста на определенном языке.
JSON-представление |
---|
{
"text": string,
"languageCode": string
} |
Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-25 UTC.
[null,null,["Последнее обновление: 2025-07-25 UTC."],[[["\u003cp\u003eLocalizedText objects represent localized text with a string and its corresponding language code.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etext\u003c/code\u003e field holds the localized string, while \u003ccode\u003elanguageCode\u003c/code\u003e specifies the language using BCP-47 codes like "en-US".\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can refer to the Unicode locale identifier for further details on BCP-47 language codes.\u003c/p\u003e\n"]]],[],null,["# LocalizedText\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nLocalized variant of a text in a particular language.\n\n| JSON representation |\n|----------------------------------------------------|\n| ``` { \"text\": string, \"languageCode\": string } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `text` | `string` Localized string in the language corresponding to [languageCode](/hotels/hotel-prices/api-reference/rest/v3/LocalizedText#FIELDS.language_code) below. |\n| `languageCode` | `string` The text's BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more information, see \u003chttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier\u003e. |"]]