Wartości języka
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Ta strona zawiera listę kodów języka, których możesz używać w interfejsie użytkownika w swojej wyszukiwarce, np. za pomocą przycisku wyszukiwania. Język wyszukiwarki też poprawia wyniki w tym języku. nie odfiltrowa jednak wyników w innych językach. Jeśli na przykład wybierzesz chiński jako język wyszukiwarki, chińskie strony internetowe będą miały wyższy priorytet niż angielskie strony internetowe w wynikach wyszukiwania.
Język można określić w panelu sterowania lub w pliku kontekstowym. Na karcie Podstawy w panelu sterowania wybierz język z listy Język wyszukiwarki. W pliku kontekstowym definiujesz wartość atrybutu language
elementu CustomSearchEngine
, jak w tym przykładzie:
<CustomSearchEngine volunteers="false"
language="en"
visible="false"
encoding="UTF-8">
</CustomSearchEngine>
W poniższej tabeli znajdziesz dostępne wartości atrybutu language
.
Uwaga: jeśli nie określisz języka, Wyszukiwarka niestandardowa użyje en
(angielski) jako wartości domyślnej.
Język |
Wartość kodu języka |
region użytkownika |
pusta wartość (tzn. language=" " ) |
arabski |
ar |
bułgarski |
bg |
kataloński |
ca |
chorwacki |
hr |
chiński (uproszczony) |
zh-Hans |
chiński (tradycyjny) |
zh-Hant |
czeski |
cs |
duński |
da |
niderlandzki |
nl |
angielski (domyślny) |
en |
filipiński |
fil |
fiński |
fi |
francuski |
fr |
niemiecki |
de |
grecki |
el |
hebrajski |
he |
hindi |
hi |
węgierski |
hu |
indonezyjski |
id |
włoski |
it |
japoński |
ja |
koreański |
ko |
łotewski |
lv |
litewski |
lt |
norweski |
no |
polski |
pl |
portugalski |
pt |
rumuński |
ro |
rosyjski |
ru |
serbski |
sr |
słowacki |
sk |
słoweński |
sl |
hiszpański |
es |
szwedzki |
sv |
tajski |
th |
turecki |
tr |
ukraiński |
uk |
wietnamski |
vi |
Powrót do góry
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 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)"]]