4
votes

I am using Google Analytics Embed API in one of my projects and I haven't figured out if it is possible to change language of the rendered charts. Default one is english. Autentication is done on a backend side and I use google service account for gathering the data (the exact same scenario as shown here)

I assume it should be possible since Google Analytics are available in different languages, but I was not able to find the solution anywhere.

1

1 Answers

4
votes

The Google Analytics reporting API returns data in English only there is no way to change the language it is returned in.

The Embeded API access the Google Analytics reporting API. If you want to change the language you will have to pre-process all of the data returned from the API yourself and change the language and then display it in the Embeded graphics API .