I'm writing a script (powershell) for SQL Server 2014 Express Install. The problem is: I have to change the OS Language (Region and languages) to fr_FR (French from France) Silently. The current language is fr_CA (French from Canada).
My question is: Can i change the language from intl.cpl (Region and languages) with a batch file or command line or just from the register?
Thank you
didn't work for me but i found a solution to my problem.
I use a XML file to change properties by executing : control.exe intl.cpl,,/f:"c:\Unattend.xml" in CMD.exe as Admin
Here is my XML file :
Thanks for helping