SDK/Theme Update: Localized Maps

Maps can now be easily localized in many ways within the Jambo theme and the SDK. Setting the locale directly in the map config will always override the global locale. If the locale is not supported by the map provider, it will always fall back to English.

Within the theme, we will now update the map locale based on the locale key you set in the global_config.json file for your experience. If for any reason you want to override that locale, you could do so by setting it explicitly in [vertical].json file under verticalToConfig.verticalKey.mapConfig by adding a locale key.

Within the SDK, you are now able to set locale in the top level of (in order of precedence):

  • Map component
  • init component