Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Let's take an example: consider that you want to add support for French language in the admin console UI.

Sample workflow

Checkout

...

the source code from GIT

Local build and installation

...

You need to change the following List in SyncopeSession (trunk /
(1_1_X / 1_0_X) from

Code Block
languagejava
    public static final List<Locale> SUPPORTED_LOCALES = Arrays.asList(new Locale[] {
        Locale.ENGLISH, Locale.ITALIAN});

...