A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi Team
We are working on a store, where the primary language of the product catalog is English.
We have used the Translate and Adapt feature to translate the entire catalog in another language Hindi.
The translation was quite smooth.
For our application, we query certain product information using the Admin APIs that gives response in the English, such as Product Description.
Question: Can we get the product information in the translated language (Hindi) ? Perhaps by making any modification in our calls or using a different approach?