Hi typc
I never got any answer to my question. But I found a solution with adding a registry key in my batch files:
reg add "HKLM\Software\Patch My PC\Options" /v Language /t REG_SZ /d German /f
So for French it would be probably:
reg add "HKLM\Software\Patch My PC\Options" /v Language /t REG_SZ /d French /f
Try this one and see if it works for you.
Have a nice weekend!
Daniel
I never got any answer to my question. But I found a solution with adding a registry key in my batch files:
reg add "HKLM\Software\Patch My PC\Options" /v Language /t REG_SZ /d German /f
So for French it would be probably:
reg add "HKLM\Software\Patch My PC\Options" /v Language /t REG_SZ /d French /f
Try this one and see if it works for you.
Have a nice weekend!
Daniel