Set the Locale

The default language is determined by the browser locale of the user.

To change the language setting:

  1. Enter the URL for the application in your browser.
  2. At the end of the URL, enter: ?locale=<locale code>

    If the URL already contains a question mark, use an ampersand instead. For example: &locale=<locale code>

    The locale codes are as follows:

    • de = German
    • en = English
    • es = Spanish
    • fr = French
    • it = Italian
    • ja = Japanese
    • ko = Korean 
    • nl = Dutch
    • pt_BR = Brazilian Portuguese
    • ru= Russian
    • zh_CN = Simplified Chinese
    • zh_TW = Traditional Chinese

    For example, to change the language to German, the URL would be https://servername:port/web/p/inbox?ctx=none&app=inbox&locale=de.

  3. Bookmark this URL for future access.

    Note: When you navigate to a different page from the one referenced with the locale parameter, the parameter is removed from the URL. However, it will be remembered for the rest of the login session.



Last Published Monday, June 24, 2024