## Translations
For proper functionality in translations you will have to get module Foreign
languages (Cizí jazyky) activated on customer e-shop. Multi-language support
in API is handled by query parameter `language`, which can be used in whole
API. If parameter is not set, default shop language is used.
When module foreignLanguages is active and initialized, read endpoints (HTTP
verb GET) will return corresponding language version of texts where applicable.
For write endpoints, first use POST endpoint to create entity and then use
PATCH endpoint with corresponding language query parameter to set language
fields. Language can be set only when module foreignLanguages is active and initialized.
Please note that in some endpoints (typically surcharge/filtering/variant
parameters) you must use the identifier's currently selected language
variant (which is filtered in list).
