How to install Slovenian Language pack on Windows 7 Professional

  1. Prepare your language pack DVD, insert it in X driver, where X is your DVD drive. Locate your required language pack. For example, if we want to install German language pack, the lp.cab file will have a path of D:\langpacks\sl-SI\lp.cab. CAB file for Slovenian language, you can download it here.
  2. Run command window with administrator privileges. To run it as an administrator, go to “all programs – accessories”, right-click “command prompt” and choose “run as administrator”.
  3. In the command window, type the following line and press Enter, note that the space in between:

    dism /online /add-package /packagepath:d:\langpacks\si-sl\lp.cab

  4. When a message pops up and tells you the operation is completed successfully, press “Windows key + R” to call the run window, type in regedit to run the registry editor.
  5. Navigate to \HKLM\SYSTEM\CurrentControlSet\Control\MUI UILanguage\eu-us and delete the key eu-us.
  6. Restart your system, now your Windows 7 Professional should be switched to the Slovenian language version.
  7. To change the language of “Starting Windows”, run the following command in the command window:

    bcdedit /set {current} locale Sl-SI
    bcdboot %WinDir% /l Sl-SI

Leave a Reply