Get Space information in different languages

73 views Asked by At

Is there any way to get the Information inside a Space (e.g. space.getContent().getPlaceCategoryId()) in a different language then english?

1

There are 1 answers

0
AudioBubble On

The HERE mobile SDK supports many different languages and the language that may be used is as described in the documentation:

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.

Map labels at the street level are always displayed in the local language. For example, Central Park in Manhattan, New York is always displayed as "Central Park" irrespective of the device language setting. Names for states, provinces, regions, cities, mountains, lakes, and rivers may be localized to the language corresponding to the device language setting. For example, where the device language is set to French, the label for South Carolina reads "Caroline du Sud"; if the device language is set to Spanish, the label for New York reads "Neuva York".

https://developer.here.com/documentation/android-premium/dev_guide/topics/coverage-label-languages.html