Get product details in different language using REST API

Is it possible to retrieve product details (title, description) in a language other than the default via REST API?

I tried adding a header:

    'Accept-Language' => 'sr-SR', 
    'locale' => 'sr-SR', 

but that doesn’t work. Any ideas?

Hello resboss.

Shopify’s REST API uses the Content-Language header to indicate the language of the provided data.
Include the “Content-Language” header in your request with the desired language code (e.g., sr-SR for Serbian).

let me if it works fine.

Thanks

Unfortunately, the “Content-Language” header does not give product translations in the language I need.