LanguageSettings
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
계정의 언어 설정입니다. 이 설정은 웹 인터페이스의 '언어 설정' 기능에 해당합니다.
JSON 표현 |
{
"displayLanguage": string
} |
필드 |
displayLanguage |
string
Gmail을 표시할 언어로, RFC 3066 언어 태그 형식입니다 (예: 영국 영어, 프랑스어, 일본어의 경우 각각 en-GB , fr , ja ). Gmail에서 지원하는 언어는 시간이 지남에 따라 변경되므로 언어 설정 도움말에 설명된 대로 Gmail 설정 의 '언어' 드롭다운에서 사용 가능한 모든 옵션을 확인하세요. 샘플 값 표는 언어 설정 관리를 참고하세요. 일부 Gmail 클라이언트는 동일한 언어를 표시할 수 없습니다. 특정 클라이언트에서 사용자의 표시 언어를 사용할 수 없는 경우 해당 클라이언트는 가장 근접한 지원되는 변형 (또는 적절한 기본값)으로 자동 표시합니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],[],null,["# LanguageSettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nLanguage settings for an account. These settings correspond to the [\"Language settings\"](https://support.google.com/mail/answer/17091) feature in the web interface.\n\n| JSON representation |\n|---------------------------------------|\n| ``` { \"displayLanguage\": string } ``` |\n\n| Fields ||\n|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `displayLanguage` | `string` The language to display Gmail in, formatted as an [RFC 3066 Language Tag](https://www.w3.org/International/articles/language-tags/) (for example `en-GB`, `fr` or `ja` for British English, French, or Japanese respectively). The set of languages supported by Gmail evolves over time, so please refer to the \"Language\" dropdown in the [Gmail settings](https://mail.google.com/mail/u/0/#settings/general) for all available options, as described in the [language settings help article](https://support.google.com/mail/answer/17091). For a table of sample values, see [Manage language settings](https://developers.google.com/workspace/gmail/api/guides/language-settings). Not all Gmail clients can display the same set of languages. In the case that a user's display language is not available for use on a particular client, said client automatically chooses to display in the closest supported variant (or a reasonable default). |"]]