- URL:https://<root>/system/content/languages
- Operations:Add, Remove
- Required Capability:Default administrator role | Security and infrastructure privilege | Organization website privilege
- Version Introduced:11.2
Description
Note:
Prior to ArcGIS Enterprise 11.2, the Languages resource was a top-level resource that provided access to the Update Languages operation, which was used to enable or disable the languages that can display content in portal search results.
The languages resource returns a list of all Esri-supported languages and their associated language codes, as well as the current status of the language (either enabled or disabled). By default, all languages are enabled after configuring your organization. When a language is enabled, the Esri-provided content for the language is searchable and accessible to users in your organization. You can modify the enabled languages for your organization using the Add and Remove operations. Removing a language disables it, which removes its Esri-provided content from your organization. At least one language must always be enabled.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default format is html. Values: html | json | pjson |
Language codes
Supported language | Code value |
---|---|
Arabic (عربي) | ar |
Bosnian (Bosanski) | bs |
Bulgarian Български | Support added at 11.0 bg |
Catalan (Català) | ca |
Croatian (Hrvatski) | hr |
Czech (čeština) | cs |
Danish (Dansk) | da |
Dutch (Nederlands) | nl |
English | en |
Estonian (Eesti) | et |
Finnish (Suomi) | fi |
French (Français) | fr |
German (Deutsch) | de |
Greek (Ελλάδα) | el |
Hebrew (עברית) | he |
Hungarian (Magyar) | hu |
Indonesian (Bahasa Indonesia) | ind |
Italian (Italiano) | it |
Japanese (日本語) | ja |
Korean (한국어) | ko |
Latvian (Latviešu) | lv |
Lithuanian (Lietuvių) | lt |
Norwegian (Norsk) | nb |
Polish (Polski) | pl |
Portuguese (Brazil) (Português [Brasil]) | pt |
Portuguese (Portugal) (Português [Portugal]) | po |
Romanian (Română) | ro |
Russian (Русский) | ru |
Serbian (Русский) | sr |
Simplified Chinese (简体中文) | zh |
Slovak (Slovenčina) | sk |
Slovenian (Slovenščina) | sl |
Spanish (Español) | es |
Swedish (Svenska) | sv |
Thai (ไทย) | th |
Traditional Chinese (Hong Kong) (繁體中文 [香港]) | hk |
Traditional Chinese (Taiwan) (繁體中文 [台灣]) | tw |
Turkish (Türkçe) | tr |
Ukranian (Україна) | ukr |
Vietnamese (Tiếng Việt) | vi |
Example usage
The following is a sample request URL used to access the languages resource:
https://machine.domain.com/webadaptor/admin/system/content/languages?f=pjson
JSON Response example
{
"languages": {
"de": true,
"fi": false,
"hk": false,
"ru": false,
"tw": false,
"pt": false,
"bg": false,
"lt": true,
"hr": false,
"lv": false,
"fr": false,
"hu": false,
"bs": false,
"ukr": false,
"sk": false,
"sl": false,
"ca": false,
"ind": true,
"sr": false,
"sv": false,
"ko": false,
"el": false,
"en": true,
"it": false,
"es": false,
"zh": false,
"et": true,
"cs": false,
"ar": false,
"vi": false,
"nb": false,
"th": false,
"ja": false,
"pl": false,
"da": true,
"he": false,
"ro": false,
"nl": false,
"tr": false,
"po": false
}
}