Internationalization of Cognito Hosted UI

0

Hello,

When will such a basic and obvious feature be available? Otherwise, what are the alternatives to redeveloping a UI ourselves?

asked a month ago202 views
2 Answers
0
profile picture
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month ago
profile picture
EXPERT
reviewed a month ago
0

As of now, AWS does not directly support internationalization for the Cognito Hosted UI within its own service configurations. This is a known limitation that has prompted the community and users to explore various workarounds. For those seeking alternatives to developing their UIs from scratch, AWS Amplify provides a more flexible and customizable approach to authentication, including internationalization support for the UI components. Amplify allows you to build and customize your authentication flows, potentially bypassing the direct need for Cognito's Hosted UI internationalization by creating a UI that supports multiple languages and regional settings.

Amplify offers a comprehensive solution for integrating authentication into web and mobile apps, leveraging Amazon Cognito under the hood. It includes a set of tools and components that can be customized to fit the localization needs of your application, including text translations and layout adjustments for different languages. While this approach requires more initial setup compared to using the Cognito Hosted UI directly, it offers greater flexibility and control over the user experience, including language support.

https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-integrate-apps.html

https://docs.amplify.aws/javascript/build-a-backend/utilities/i18n/

profile picture
EXPERT
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions