Oracle CRM On Demand REST API Developer's Guide > Overview of Using the Oracle CRM On Demand REST API > Oracle CRM On Demand REST API Formats >

Language Format


For requests, you can use the standard HTTP Header Accept-Language to specify what language to return. You can list the preferred language codes in the Accept-Language header, and Oracle CRM On Demand parses the header and selects the first language code listed in the header. For more information about the languages supported by Oracle CRM On Demand and the corresponding language codes, see Supported Languages.

For example:

Accept-Language : en-us, fr-f, es

In the previous example, the user prefers US-English. If US-English is not supported, then the user will accept French in France. If French is not supported, then the user will accept any type of Spanish.

If either the header is not present or if the language could not be determined from the header, then the response will have the user set the language. A response uses standard HTTP Header Content-Language to specify the language returned. For additional information about HTTP headers, see Supported HTTP and Oracle CRM On Demand Header Fields.

Supported Languages

Table 9 lists the supported languages for the Oracle CRM On Demand REST API with the corresponding language code.

Table 9. Supported Languages
Supported Language
REST API Language Code

Danish

da_DK

German

de_DE

English (UK)

en_GB

English (USA)

en_US

Spanish

es_ES

Finnish

fi_FI

French

fr_FR

Italian

it_IT

Japanese

ja_JP

Korean

ko_KR

Dutch

nl_NL

Norwegian

no_NO

Polish

pl_PL

Portuguese (Brazil)

pt_BR

Portuguese (Portugal)

pt_PT

Russian

ru_RU

Swedish

sv_SE

Thai

th_TH

Turkish

tr_TR

Chinese (Simplified)

zh_CN

Chinese (Traditional)

zh_TW

Oracle CRM On Demand REST API Developer's Guide, Release 32 Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.