App Catalog
What's NewStatusRoot3
  • 🌟Introduction to App Catalog
  • 🚀Getting Started
  • đŸ—ī¸Components
  • 🔒Security & Privacy
  • ✅Requirements
  • đŸ› ī¸Configuration & Deployment
    • Configuration Profile
      • Preference Keys - Catalog Agent
      • Preference Keys - Catalog App
      • Integrating with MDM
      • Configuration Profile Example
    • Installing App Catalog
    • Granting User Notifications
    • Managed Login Item
    • Full Disk Access (PPPC)
  • đŸ•šī¸Catalog Agent
    • Catalog Agent CLI
    • Installing apps
      • Dock items
      • Mandatory Apps
      • Force reinstalling apps
    • Updating apps
      • User deferrals
      • Delaying app updates
      • Updating individual apps
  • đŸ–Ĩī¸Catalog App
    • Application modes
    • User Mode
    • Admin Mode
    • Branding
      • App and notification icon
      • In-app branding
    • Language
    • Updating apps
  • 🔌Integration Guides
    • Microsoft Intune
    • Jamf Pro
    • Kandji
    • Root3 Support App
  • Troubleshooting
    • Logging
    • Error codes
    • Uninstalling App Catalog
  • ❓How To's
    • Get an app Bundle Identifier
    • Get an SF Symbol
    • Get TeamViewer Configuration ID
Powered by GitBook
On this page

Was this helpful?

  1. Catalog App

Language

PreviousIn-app brandingNextUpdating apps

Last updated 1 year ago

Was this helpful?

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 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>

Managing the Catalog App language is not a supported feature and is considered a macOS platform setting. Keep in mind Apple may change its behaviour or the functionality may break at any point.

đŸ–Ĩī¸
Categories