Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.19 KB

File metadata and controls

44 lines (31 loc) · 1.19 KB

Engage Digital Messaging Maps SDK Localization

Add these keys to your strings.xml file if you want to change the default Engage Digital Messaging Maps SDK translations.

rc_maps_navigation_bar_title_text

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:

rc_maps_auto_complete_hint_text

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: