如何在 Here Map 中设置地图语言

How can i set map language in Here Map

在官方here-map中api我找到了3种设置地图语言的方法->

map.setUseSystemLanguage();
map.setMapDisplayLanguage(Locale.JAPAN);
map.setMapSecondaryDisplayLanguage(Locale.JAPAN);

但这对我不起作用,语言保持英语。 有什么想法吗?

SDK 不支持日语作为主要或次要显示语言,因为我们没有日本的地图数据。

HERE SDK 现在支持日语,您不再需要明确设置地图语言。

SDK for Android is a globally available product with support for many languages. HERE SDK does not require any actions from developers to set the appropriate language as it automatically detects the current device language setting and applies the same language within the SDK if it is supported. If HERE SDK does not support the device language, a fallback language, which is typically English, is used.

获取更多详细信息:- https://developer.here.com/mobile-sdks/documentation/android-hybrid-plus/topics/coverage-label-languages.html