Keycloakify
GitHubStorybookStarter projectKeycloak as a service
v8
  • Documentation
  • Release Notes & Upgrade Instructions
  • FAQ
v8
  • ๐Ÿ‘จโ€๐Ÿ’ปQuick start
  • ๐Ÿ”ฉKeycloakify in my App
  • ๐Ÿ“งEmail customization
  • โœ’๏ธTerms and conditions
  • โœ…Realtime input validation and custom registration fields
  • โš ๏ธLimitations
  • ๐Ÿ”งEnvironnement Variables
  • ๐ŸŒŽi18n: msg(...)
  • ๐Ÿ“–Build options
  • ๐Ÿ’‚Email domain acceptlist
  • ๐Ÿ›‘Keycloak error in log
  • ๐ŸŒ‰Context persistence
  • ๐Ÿ’ŸContributing
  • ๐Ÿค”How it works
  • โฌ†๏ธMigration guides
    • โฌ†๏ธv7 -> v8
    • โฌ†๏ธv6 -> v7
    • โฌ†๏ธv6.x -> v6.12
    • โฌ†๏ธv5 -> v6
Powered by GitBook
On this page

i18n: msg(...)

If you want to overwrite the translation messages that comes by default with Keycloak, define some new messages, or add translation for a new language.

PreviousEnvironnement VariablesNextBuild options

In Keycloakify you don't .

You can set the language you'll get in i18n.curentLanguageTag by specifying ui_locales=xx as query parameter when redirecting to your login or register page.

.

๐ŸŒŽ
See how
directly edit the messages_xx.properties files
Cloud IAM - Keycloak Identity and Access Management as a Service
Feeling overwhelmed? Check out our exclusive sponsor's Cloud IAM consulting services to simplify your experience.
keycloakify-starter/KcApp.tsx at cb5844c62381efed7b303886cbe460c055a62c21 ยท codegouvfr/keycloakify-starterGitHub
Using the i18n API
Logo
keycloakify-starter/i18n.ts at main ยท codegouvfr/keycloakify-starterGitHub
Overwiting default messages or defining new ones
Logo
Logo