restrict
The restrict element allows you to specify the list of UI languages available to users.
Description
This configuration setting allows you to limit number of UI languages to choose from the Interface Language menu in Content Editor . This is the menu that allows users to choose the UI language for the editor. It has no effect on the document language.
Its value must be a space-separated list of language codes. It must be placed within the localization element.
<x:config version="1.0" xmlns:x="http://www.xopus.com/xmlns/config">
<x:localization>
<x:restrict>en fr de</x:restrict>
</x:localization>
</x:config>
Namespace
http://www.xopus.com/xmlns/config
Parent elements
localization