भाषा की वैल्यू
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इस पेज में उस भाषा के कोड की सूची है जिसे सर्च इंजन के यूज़र इंटरफ़ेस (यूआई) में इस्तेमाल किया जा सकता है, जैसे कि 'खोज' बटन. जिस भाषा में सर्च इंजन का इस्तेमाल किया जाता है उससे आपको बेहतर नतीजे मिलते हैं; हालांकि, यह दूसरी भाषाओं में नतीजों को फ़िल्टर नहीं करता. उदाहरण के लिए, अगर आपने सर्च इंजन की भाषा के तौर पर चाइनीज़ को चुना है, तो खोज के नतीजों में अंग्रेज़ी के वेबपेजों की तुलना में, चाइनीज़ वेबपेजों को ज़्यादा प्राथमिकता दी जाएगी.
आप कंट्रोल पैनल या कॉन्टेक्स्ट फ़ाइल में भाषा तय कर सकते हैं. कंट्रोल पैनल के बुनियादी बातें टैब में, सर्च इंजन की भाषा की ड्रॉप-डाउन सूची से भाषा चुनें. कॉन्टेक्स्ट फ़ाइल में, CustomSearchEngine
एलिमेंट के language
एट्रिब्यूट की वैल्यू तय की जाती है, जैसा कि इस उदाहरण में दिखाया गया है:
<CustomSearchEngine volunteers="false"
language="en"
visible="false"
encoding="UTF-8">
</CustomSearchEngine>
नीचे दी गई टेबल में, language
एट्रिब्यूट के लिए उपलब्ध वैल्यू की सूची दी गई है.
ध्यान दें: अगर आपने कोई भाषा नहीं बताई, तो Programmable Search Engine, डिफ़ॉल्ट वैल्यू के तौर पर 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 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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)"]]