Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel3

...

Many deployers may want to present these pages in the local language(s) or customize/localize some strings. To translate or adapt the IdP messages and thus support multiple languages the IdP supports translations of the corresponding properties files. The servlet container will then automatically select a matching properties file based on the client's Accept-Languages header as provided by the web browser.

All of these messages are used to be packaged into a single file, system/messages/messages.properties. Since version 4.2 they are inside the system.

To e.g. create a German translation of the IdP's error messages strings, copy the default (US English) messages file, to a file named messages_de.properties (see also error messages configuration) and translate/adapt the strings in the new properties file. For example, translate the string idp.title.suffix = Error to idp.title.suffix = Fehler

...

TBD: need to update with any translations provided

Language Code

Language

File Download

Last Update

cs

Czech

messages_cs.properties

2020-02-13

de

German

messages_de.properties

2020-02-13

de_CH

German (Switzerland)

messages_de_CH.properties

2020-02-13

es

Spanish

messages_es.properties

2018-10-25

es_ES

Spanish (Spain)

messages_es_ES.properties

2018-11-01

fr

French

messages_fr.properties

2021-05-26

it

Italian

messages_it.properties

2020-02-13

ja

Japanese

messages_ja.properties

2020-02-12

nl

Dutch

messages_nl.properties

2020-02-13

pl

Polish

messages_pl.properties

2021-05-26

tr

Turkish

messages_tr.properties

2021-05-26

zh_CN

Chinese, Simplified

messages_zh_CN.properties

2020-02-14

Anchor
contribute
contribute
Contribute to the Translation Project 

...