Changing the Knowledge Center interface language
There are two ways to change the interface language- via the api for all users, or via the UI as determined by individual users.
Authors can change the interface language of Knowledge Center with the language menu. This setting is saved in a cookie and re-applied when restarting Knowledge Center.
To change the user interface language from the API, you set the two-letter ISO language code in the
Editor.setUILanguage function:
Editor.setUILanguage("fr");