Add these keys to your strings.xml
file if you want to change the default Engage Digital Messaging Maps SDK translations.
Title of the of the navigation bar that appears in the maps view.
This will be used as <string name="rc_maps_navigation_bar_title_text">Maps</string>
.
It can also be set programmatically: setNavigationBarTitleText("Maps")
Default values:
Language | Default value |
---|---|
French | Maps |
English | Maps |
Deutsch | Karten |
Result:
Text for the hint (placeholder) displayed in the maps search input.
This will be used as <string name="rc_maps_auto_complete_hint_text">Search</string>
.
It can also be set programmatically: setAutoCompleteHintText("Search")
Default values:
Language | Default value |
---|---|
French | Rechercher |
English | Search |
Deutsch | Suchen |
Result: