The Read Translations endpoint retrieves the translation strings for various UI elements based on the specified bundle and locale. This allows for dynamic localization of the storefront content.

Query parameters


id : The unique identifier for the bundle (id)

locale : The locale code for which translations are requested which is isoCode. Example: en, hi.


Response Parameters


value: The translated string.

name: The default string in the original language.

key: The unique key identifier for the translation string.

You can use various translations for showing these texts in your UI and manage multilingual

Language
Click Try It! to start a request and see the response here!