Display Language
The language of MapsIndoors is independent of the chosen language on the device on which the app is used. This means that you need to explicitly tell MapsIndoors which language to use.
If you do not specify a language, MapsIndoors will show information in the default language defined in the MapsIndoors CMS. Likewise, if you specify a language that is not supported, MapsIndoors will also show information in the default language.
Additionally, aside from methods mentioned here, you can provide translations via the standard method for your device, such as using individual localized strings.
Configuring POI translations in CMS
To provide multiple languages for items in the MapsIndoors CMS, such as "Meeting Room" or "Restroom", the translation must be provided by the user in the CMS. A translation can be provided in any language. In order to add support for additional languages that we currently do not support, please contact your MapsIndoors representative, and we will enable you to add translations in your desired language.
Once your language of choice has been created, you can add the translation by clicking on any POI, which will open a menu on the left side of the screen. Here, you will see the following menu point, where you can enter translations for the languages you wish. If a field is left empty, the fallback language is English. In the example below, English (en) and Danish (da) are the enabled languages.
Use Fixed Language
The MapsIndoors language can be fixed to a specific language by supplying an ISO 639-1 language code, for example French:
Use Device Language
The MapsIndoors language can be aligned with the device language by supplying the current language code of the device:
Translate HTML instructions on directions.
When requesting routes from MapsIndoors at the moment only external routes are translated into the current language set on MapsIndoors
. The internal routes are always returned in english. Here is an example of how to achieve translated HTML instructions on internal routes.
First add strings that corresponds to the directions received from HTML instructions on the route, to the Application resources res/values/strings.xml
:
Now inside the code where you handle the MPRoute
route response you can create a method to receive the translated instruction.
Translate Route Labels
When using the Directions Renderer, the route use labels to describe the action when clicking on them. These values are not solution specific, and does not contain translations for any language. If you want them to be translated you have to assign a value in a language specific string resource. Currently only 2 values are used:
Last updated