• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Deselect languages

You can do it manually by removing them with YUM or RPM

First see which ones you have
rpm -qa | grep psa-locale

Then remove all of the ones you dont want

yum remove psa-locale-it-IT-8.6-build86080716.14 psa-locale-de-DE-8.6-build86080805.15 [...]
or
rpm -e psa-locale-it-IT-8.6-build86080716.14 psa-locale-de-DE-8.6-build86080805.15 [...]
 
Back
Top