McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 737

↗ View in doc context
page
737
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::701

200 OK <?xml version="1.0" encoding="UTF-8"?> <LanguageMappings total="149"> <LanguageMapping> <LanguageCode>1029</LanguageCode> <LanguageAbbreviation>CSY</LanguageAbbreviation> <LanguageTag>cs-CZ</LanguageTag> </LanguageMapping> <LanguageMapping> <LanguageCode>1030</LanguageCode> <LanguageAbbreviation>DAN</LanguageAbbreviation> <LanguageTag>da-DK</LanguageTag> </LanguageMapping> </LanguageMappings> To view the language mapping for a specific language, you can use either the language code or the language abbreviation. For example, to find out what language the language code 1041 corresponds to, use: GET http://<connection-server>/vmrest/languagemap/1041 The following is the response from the above GET request: 200 OK <?xml version="1.0" encoding="UTF-8"?> <LanguageMapping> <LanguageCode>1041</LanguageCode> <LanguageAbbreviation>JPN</LanguageAbbreviation> <LanguageTag>ja-JP</LanguageTag> </LanguageMapping> Similarly, you can use the language abbreviation to find the corresponding language code. For example, to find the language code for US English (abbreviated ENU), use: GET http://<connection-server>/vmrest/languagemap/ENU This GET request yields the following response, which indicates that 1033 is the language code for US English: 200 OK <?xml version="1.0" encoding="UTF-8"?> <LanguageMapping> <LanguageCode>1033</LanguageCode> <LanguageAbbreviation>ENU</LanguageAbbreviation> <LanguageTag>en-US</LanguageTag> </LanguageMapping> Miscellaneous For a list of supported languages and the corresponding language codes/abbreviations, see the section "Numeric and Alphabetic Codes for Supported Languages in Cisco Unity Connection" in the System Requirements for Cisco Unity Connection Release 8.x available at http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/connection/8x/requirements/8xcucsysreqs.html Cisco Unity Connection Provisioning Interface (CUPI) API 705 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Miscellaneous