<@U04UQ68083H> How does ORY support accessibility ...
# ory-copilot
b
@chilly-king-10285 How does ORY support accessibility on the login, registration, settings and account recovery pages?
b
A message from kapa.ai
Based on the provided knowledge sources, I don't have specific information about Ory's support for accessibility on login, registration, settings, and account recovery pages. The documents don't mention accessibility features explicitly for these pages. However, it's worth noting that Ory provides flexibility in implementing custom user interfaces for these flows. According to the [Ory Account Experience documentation](https://www.ory.sh/docs/welcome#ory-account-experience), Ory allows you to implement your own UI for login, registration, and other flows by offering simple, headless APIs. They also mention the open-source [Ory Elements](https://github.com/ory/elements) components library for fast integration with frameworks like ExpressJS, React, or Preact. This flexibility could potentially allow developers to implement accessibility features in their custom UIs, but the documents don't provide specific guidance or built-in accessibility support from Ory itself. If accessibility is a crucial requirement for your project, you might want to consult Ory's more detailed documentation or reach out to their support for more specific information about accessibility support.
b
Ok, rather than accessibility does ORY provide support for text localisation?
@chilly-king-10285
b
Sorry @boundless-artist-2317, I'm not sure what you mean. Please try again. 👋
b
@chilly-king-10285 Ok, rather than accessibility does ORY provide support for text localisation?
b
A message from kapa.ai
Yes, Ory does provide support for text localization, particularly in the Ory Account Experience. According to the [Account Experience Overview documentation](https://www.ory.sh/docs/account-experience), Ory offers translations (i18n) and message customization features. Here are the key points: 1. Language Support: The Account Experience is currently available in multiple languages, including English, Spanish, German, French, Portuguese, Polish, Finnish, Dutch, Swedish, and more. 2. Language Selection: To determine which language to use, the Account Experience uses the
Accept-Language
header. If the requested language is not available, it falls back to English. 3. Open Source Translations: The full list of available languages can be found in [the source repository](https://github.com/ory/elements/tree/main/src/locales). 4. Community Contributions: If you want to add a new language or fix some wording, you can open a pull request in the [ory/elements repository](https://github.com/ory/elements#internalization-i18n). 5. Custom Translations: While custom translations are not supported at the moment, the documentation suggests reaching out if you need this feature. 6. Message Customization: Ory Identities provides messages that explain what went wrong or what needs to be done, such as "The provided credentials are invalid" or "Missing property email". These messages can be customized and translated as needed. It's worth noting that while this localization support is mentioned specifically for the Account Experience, which includes screens like login, registration, and account recovery, the extent of localization support for other parts of the Ory ecosystem is not clearly specified in the provided knowledge sources.