graduation-capLanguage Tutorials

While the Emporix e-commerce system is designed in English, you can specify languages in which your business communicates with suppliers and customers. Languages are used when generating the following resources:

  • Business reports

  • Emails

  • Invoices

  • Packlists

  • Picklists

  • Shipping notes

Supported languages

The Emporix e-commerce system supports all existing languages, including regional language variants such as American English or Swiss German. By default, both your Emporix tenant and its main site have their language set to English.

circle-exclamation

Language configurations

Languages are configured both tenant-wide and independently for particular sites.

circle-exclamation

Language codes defined in language configurations must be compliant with the IETF BCP-47 standardarrow-up-right.

Your tenant's language configuration is stored under the project_lang key in the Emporix API Configuration Service. Check out the following language configuration example:

Site-specific language configuration is stored in the defaultLanguage and languages fields, inside the Site object.

circle-exclamation

Managing language configurations through Emporix API

Check out the following tutorials to learn more about language configuration with Emporix API.

How to check which languages are configured for your tenant

To retrieve your tenant's language configuration, send a request to the Retrieving a configurationarrow-up-right endpoint.

circle-check
rectangle-terminalAPI Referencechevron-right

How to change your tenant language configuration

To change your tenant language configuration, send a request to the Updating a configurationarrow-up-right endpoint with updated language information in the request body.

circle-exclamation
rectangle-terminalAPI Referencechevron-right

How to check which languages are configured for a particular site

To retrieve a particular site's language configuration, send a request to the Retrieving a sitearrow-up-right endpoint. The language configuration will be returned in the the defaultLanguage and language fields in the response body.

rectangle-terminalAPI Referencechevron-right

How to change a particular site's language configuration

To change a particular site's language configuration, call the Partially updating a sitearrow-up-right endpoint with language configuration of your choice in the request body.

circle-exclamation
rectangle-terminalAPI Referencechevron-right

Last updated

Was this helpful?