언어 값
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 페이지에는 검색 버튼과 같이 검색엔진의 사용자 인터페이스 (UI)에서 사용할 수 있는 언어 코드가 나와 있습니다. 또한 검색엔진의 언어가 해당 언어의 검색결과를 향상시킵니다. 하지만 다른 언어의 검색 결과는 필터링하지 않습니다. 예를 들어 중국어를 검색엔진 언어로 선택한 경우 검색결과에서 중국어 웹페이지가 영어 웹페이지보다 높은 우선순위가 부여됩니다.
제어판 또는 컨텍스트 파일에서 언어를 정의할 수 있습니다. 제어판의 기본설정 탭에 있는 검색엔진 언어 드롭다운 목록에서 언어를 선택합니다. 컨텍스트 파일에서 다음 예와 같이 CustomSearchEngine
요소의 language
속성 값을 정의합니다.
<CustomSearchEngine volunteers="false"
language="en"
visible="false"
encoding="UTF-8">
</CustomSearchEngine>
다음 표에는 language
속성에 사용할 수 있는 값이 나와 있습니다.
참고: 언어를 지정하지 않으면 프로그래밍 검색 엔진에서 en
(영어)를 기본값으로 사용합니다.
언어 |
언어 코드 값 |
사용자의 언어 |
빈 값 (language=" " ) |
아랍어 |
ar |
불가리아어 |
bg |
카탈로니아어 |
ca |
크로아티아어 |
hr |
중국어(간체) |
zh-Hans |
중국어(번체) |
zh-Hant |
체코어 |
cs |
덴마크어 |
da |
네덜란드어 |
nl |
영어 (기본값) |
en |
필리핀어 |
fil |
핀란드어 |
fi |
프랑스어 |
fr |
독일어 |
de |
그리스어 |
el |
히브리어 |
he |
힌디어 |
hi |
헝가리어 |
hu |
인도네시아어 |
id |
이탈리아어 |
it |
일본어 |
ja |
한국어 |
ko |
라트비아어 |
lv |
리투아니아어 |
lt |
노르웨이어 |
no |
폴란드어 |
pl |
포르투갈어 |
pt |
루마니아어 |
ro |
러시아어 |
ru |
세르비아어 |
sr |
슬로바키아어 |
sk |
슬로베니아어 |
sl |
스페인어 |
es |
스웨덴어 |
sv |
태국어 |
th |
튀르키예어 |
tr |
우크라이나어 |
uk |
베트남어 |
vi |
맨 위로
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eThis page provides language codes for your search engine's user interface and for boosting search results in that language, but it does not filter out other languages.\u003c/p\u003e\n"],["\u003cp\u003eYou can set the language code in the control panel or by editing the \u003ccode\u003elanguage\u003c/code\u003e attribute of the \u003ccode\u003eCustomSearchEngine\u003c/code\u003e element in your context file.\u003c/p\u003e\n"],["\u003cp\u003eA comprehensive table lists all supported language codes and their corresponding languages, with \u003ccode\u003een\u003c/code\u003e (English) as the default if no language is specified.\u003c/p\u003e\n"]]],[],null,["# Language Values\n\nThis page lists the language code you can use in the user interface (UI) of your search engine, such as the search button. The language of you search engine also boosts results in that language; however it does not filter out results in other languages. For example, if you selected Chinese as your search engine language, Chinese webpages will be given higher priority over English webpages in the search results.\n\nYou can define the language either in the control panel or the [context file](/custom-search/docs/context#attributes). In the the **Basics** tab of the control panel, you select the language from the **Search engine language** drop-down list. In the context file, you define the value of `language` attribute of the `CustomSearchEngine` element, as in the following example: \n\n```text\n\u003cCustomSearchEngine volunteers=\"false\"\n language=\"en\"\n visible=\"false\"\n encoding=\"UTF-8\"\u003e\n\u003c/CustomSearchEngine\u003e \n```\n\nThe following table enumerates the available values for the `language` attribute.\n\n**Note:** If you do not specify a language, Programmable Search Engine will use `en` (English) as the default value.\n\n| Language | Language Code Value |\n|-----------------------|---------------------------------------|\n| locale of your user | empty value (that is, `language=\" \"`) |\n| Arabic | `ar` |\n| Bulgarian | `bg` |\n| Catalan | `ca` |\n| Croatian | `hr ` |\n| Chinese (Simplified) | `zh-Hans` |\n| Chinese (Traditional) | `zh-Hant` |\n| Czech | `cs` |\n| Danish | `da` |\n| Dutch | `nl` |\n| English (default) | `en` |\n| Filipino | `fil` |\n| Finnish | `fi` |\n| French | `fr` |\n| German | `de` |\n| Greek | `el` |\n| Hebrew | `he` |\n| Hindi | `hi` |\n| Hungarian | `hu` |\n| Indonesian | `id` |\n| Italian | `it` |\n| Japanese | `ja` |\n| Korean | `ko` |\n| Latvian | `lv` |\n| Lithuanian | `lt` |\n| Norwegian | `no` |\n| Polish | `pl` |\n| Portuguese | `pt` |\n| Romanian | `ro` |\n| Russian | `ru` |\n| Serbian | `sr` |\n| Slovak | `sk` |\n| Slovenian | `sl` |\n| Spanish | `es` |\n| Swedish | `sv` |\n| Thai | `th` |\n| Turkish | `tr` |\n| Ukrainian | `uk` |\n| Vietnamese | `vi` |\n[ ]\n\n[Back to top](#top)"]]