Embedded console in different languages

Hello Everyone,

We are currently embedding the Amazon QuickSight console into our application using the GenerateEmbedUrlForRegisteredUserRequest method from the AWS SDK.

We need the ability to render the embedded console in different languages depending on the specific user logging in. For example, some users should see the console in English, while others should see it in French.

Could you please advise on the best practice to implement this dynamic localization?

Regards,

Hi @rahmadieh ,

Please see the following link on how you can changing the locale of an embedded quicksuite session. You will just need to dynamically switch the locale parameter in contentOptions to embed Quick Suite in the correct language.

Hope this helps!