Get translation element
GET
/translations/translation.json?uid={uid}&type={type}&selector={selector}&locale={locale-iso}
PARAMETERS LIST
uid required (int) | Unique id of your resource |
selector required (string) |
Field to get. Accepted: title, description Field to get for type 'product'. Accepted: title, description, tab_0, tab_1, tab_2, tab_3, seo_title, seo_description, seo_keywords |
locale required (string) | Locale-iso of language you want to get. Available: 'it_IT', 'en_US', 'fr_FR', 'es_ES', 'de_DE' |
type required (string) | Resource type. Available: 'product', 'category', 'brand', 'filter' *filter is in alpha stage |