restrict

This configuration settings allows to reduce the number of languages in the Language menu. Its value must be a 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>

restrict element

Namespace: http://www.xopus.com/xmlns/config

Parent Elements

localization

History

version event
Xopus 4 Introduction. Added the localization <restrict> configuration, to limit the number of languages shown in the Language menu. (Case 193692)