Language

The Catalog App is available in English πŸ‡¬πŸ‡§, Dutch πŸ‡³πŸ‡±, French πŸ‡«πŸ‡·, German πŸ‡©πŸ‡ͺ, and Spanish πŸ‡ͺπŸ‡Έ. It automatically detects the macOS primary language and adapts to it using native Apple localization. This applies to all components in the app but also details like app descriptions. The only exception is category names, as those are configured in the Configuration Profile with the Categories preference key.

Managing language

Although the Catalog App is designed to automatically adapt to the user's prefered language, it is possible to manage and override the language using the Configuration Profile. To achieve this, the macOS general AppleLanguages preference key can be used for the domain nl.root3.catalog. The accepted format is the two-letter ISO 639-1 standard such as en, nl, fr, de or es and limited to supported localizations.

Key: AppleLanguages

Value type: Array of strings

Default: -

Example:

<key>AppleLanguages</key>
<array>
  <string>nl</string>
</array>

Last updated

Was this helpful?