Difference Between Localization Parameters in Actions
Last Updated:
Overview
- event.request.language
- event.transaction.locale
- event.transaction.ui_locales
Solution
- event.request.language
- The languages requested by the browser. Namely, the ones specified in the Accept-Language header.
- event.transaction.locale
- The locale that is used to display the page and process the transaction.
- event.transaction.ui_locales
- The languages requested using the ui_locales query parameter. (i.e. /authorize?ui_locales=fr-FR)
For more information about tenant-supported languages, please see Set tenant supported languages.