-
Hi guys, I'm trying to build the multilanguage shop and I can't make vendure.io server to return the necessary data for the selected language I've already activated two languages in the admin UI and added localization to one of the product I've tried fetching it from the server by slug for the different languages, but I still get the result for the default language, which is English. The same issue is for categories. And I can't find it in the documentation... How can I resolve this simple issue? Appreciate your answers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For those who need the answer, just add the query parameter /shop-api?languageCode=${languageCode} |
Beta Was this translation helpful? Give feedback.
For those who need the answer, just add the query parameter
/shop-api?languageCode=${languageCode}