Locale data in Userplane is handled in two ways. First you need to select your base locale ( or language ) to use. This property is provided as the “lang” property in your embed code. Adjusting this property to the language you wish to use will set the baseline for your locale data across all applications and widgets. From there you will be able to override individual locale properties which are detailed in each widget or component within our documentation by using an override.
In order to override a locale element you will need to add a locale property to your settings object in your embed code:
up.init( setttings: { locale :{} });
* Note this does not represent a valid embed merely a demonstration of where to put your locale property
Once you have created a locale property in your settings you will now be able to add as many overrides to this object as you desire. For information on each of the locale properties please see the Components Reference.