Internationalization and localization of embedded reports

Could you point me to additional documentation regarding internationalization and localization of embedded reports?, preferably including:

  1. Best Practices
  2. Limitations
  3. Known Issues (if any)
  4. Future capabilities in the road map that we should consider when recommending a solution

Hi Palak,

Welcome to the QuickSight Community.

Regarding internationalization and localization you may find language and interface elements supported in Quicksight documentation link: Choosing a language in Amazon QuickSight - Amazon QuickSight

It will further help if you can share your more specific requirements. In embed experience you can configure locale using javascript content option QuickSight Developer Portal

            const contentOptions = {
                locale: "ja-JP", // YOUR LOCALE HERE
            };

One common best practice I see many users adopting is timezone adjustment by storing calculated fields for timezone offsets, and converting timezones from UTC as mentioned in following community article: Time Zone Adjustments

Regards,
Anwar Ali

1 Like