totti_acmilan17
Posts: 5
Joined: Sun Jan 02, 2022 11:12 am

How to Set language of windows

Sun Jan 02, 2022 11:26 am

I want to Set language of windows and change currency settings on control panel when installing application by Advanced Installer,How it is possible?

Liviu
Posts: 1035
Joined: Tue Jul 13, 2021 11:29 am
Contact:  Website

Re: How to Set language of windows

Mon Jan 03, 2022 8:25 am

Hello and welcome to our forums,

Advanced Installer does not have such option to change the OS language, but you can use a custom action to achieve that.

For example, you can use a PowerShell script with the following code:

Code: Select all

Set-WinUILanguageOverride -Language de-DE
The Set-WinUILanguageOverride cmdlet sets a user-preferred display language to be used for the Windows user interface (UI). If no override setting is used, the display language is dynamically determined from the language list of the user.

More details on the MSFT Set-WinUILanguageOverride article.

Hope this helps! If you have any other questions please don't hesitate to contact us.

Best regards,
Liviu
________________________________________
Liviu Sandu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”