Google Analytics Embed API - 设置语言

Google Analytics Embed API - set language

我正在使用 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)

我认为这应该是可能的,因为 Google 分析有不同的语言版本,但我无法在任何地方找到解决方案。

Google Analytics 报告 API returns 数据只有英文,无法更改返回的语言。

嵌入式 API 访问 Google 分析报告 API。如果您想更改语言,您必须自己预处理从 API 返回的所有数据并更改语言,然后将其显示在嵌入图形中 API。