Help: Only one locale in API response

Hi all!

I’m using contentful and have been very happy with it thus far. In my Angular application I’m trying to get an entry with two locales using

this.client.getEntry(contentId);

The response however only returns one locale:

sys:
 locale: "en-US"

How is this possible and how can I fix this?

Help would be appreciated! :smile: