LocalizedText
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
특정 언어로 된 텍스트의 현지화된 변형입니다.
JSON 표현 |
{
"text": string,
"languageCode": string
} |
All rights reserved. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(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. |"]]