convertAPILanguageIdentifierForPOS

Convert a language identifier used in Erply API (eg. "est", "lit") into a language identifier used by Berlin POS (eg. "en", "ee", "fr" or "cn").

API checks what languages are actually installed on your account. When requesting a non-installed language, API returns error code 1016. If POS does not support the corresponding language, an appropriate fallback value is returned — typically "us" (US English).

This call is specific to Berlin POS. For a more useful alternative, see getActiveLanguages.

Input parameters

Parameter name Description Possible value Required
apiLanguageIdentifier Language identifier from API. string yes

Response

Field name Type Description
posLanguageIdentifier string Language identifier from Berlin POS.