2016-06-01 08:49:54 +00:00
[[_themes]]
2016-05-14 14:48:22 +00:00
=== Themes and Internationalization
2016-05-13 19:49:56 +00:00
Themes allow you to change the look and feel of any UI in {{book.project.name}}. Themes are configured per realm. To change
a theme go to the `Realm Settings` left menu item and click on the `Themes` tab.
.Themes Tab
image:../../{{book.images}}/themes-tab.png[]
Pick the theme you want for each UI category and click `Save`.
Login Theme::
Username password entry, OTP entry, new user registration, and other similar screens related to login.
Account Theme::
Each user has an User Account Management UI.
Admin Console Theme::
The skin of the {{book.project.name}} Admin Console.
Email Theme::
Whenever {{book.project.name}} has to send out an email, it uses templates defined in this theme to craft the email.
2016-12-08 19:42:03 +00:00
The link:{{book.project.doc_base_url}}{{book.project.doc_info_version_url}}{{book.developerguide.link}}[{{book.developerguide.name}}] goes into how to create a new themes or modify existing ones.
2016-05-14 14:48:22 +00:00
==== Internationalization
2016-06-02 18:59:58 +00:00
Every UI screen is internationalized in {{book.project.name}}. The default language is English, but if you turn on the
2016-05-14 14:48:22 +00:00
`Internationalization` switch on the `Theme` tab you can choose which locales you want to support and what the default locale
will be. The next time a user logs in, they will be able to choose a language on the login page to use for the login screens,
2016-12-08 19:42:03 +00:00
User Account Management UI, and Admin Console. The link:{{book.project.doc_base_url}}{{book.project.doc_info_version_url}}{{book.developerguide.link}}[{{book.developerguide.name}}] explains
2016-06-01 08:49:54 +00:00
how you can offer additional languages.