Language Tutorials
Last updated
Was this helpful?
Last updated
Was this helpful?
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
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.
Currently, the Emporix e-commerce system does not offer translation services.
To learn how to localize and translate your business's resources, check out the developer guides for particular services.
Languages are configured both tenant-wide and independently for particular sites.
What's the difference between a tenant's language configuration and a site's language configuration?
Languages configured for a particular site need to be a subset of languages configured for the whole tenant. In other words, your tenant's language configuration must include all languages configured for all of the sites.
Language codes defined in language configurations must be compliant with the .
Site-specific language configuration is stored in the defaultLanguage
and languages
fields, inside the Site
object.
Check out the following tutorials to learn more about language configuration with Emporix API.
Your tenant's language configuration is stored under the project_lang
key in the . Check out the following language configuration example:
For more information on the Site
object, check out the .
To retrieve your tenant's language configuration, you need to send a request to the endpoint.
To change your tenant's language configuration, you need to send a request to the endpoint with updated language information in the request body.
The id in the request body must be compliant with the .
To retrieve a particular site's language configuration, you need to send a request to the endpoint. The language configuration will be returned in the the defaultLanguage
and language
fields in the response body.
To change a particular site's language configuration, you need to call the endpoint with language configuration of your choice in the request body.
The currency code must be compliant with the .
To test the endpoint, open the API reference below or check the example of a curl request.
To test the endpoint, open the API reference below or check the example of a curl request.
To test the endpoint, open the API reference below or check the example of a curl request.
To test the endpoint, open the API reference below or check the example of a curl request.