Support Forum: Get Support for Patch My PC Products and Services

Home Updater (Free Updater) => General Questions (Free Home Updater) => Topic started by: dajo on June 01, 2020, 03:28:59 AM

Title: Application Languages Setting in PatchMyPC.ini - or where is it set?
Post by: dajo on June 01, 2020, 03:28:59 AM
I'm looking where the application languages setting is stored - I don't see this in PatchMyPC.ini....?

Could someone help me with this?

Thanks
Daniel
Title: Re: Application Languages Setting in PatchMyPC.ini - or where is it set?
Post by: typc on April 09, 2021, 06:51:34 PM
Hello dajo,
I'm looking for the same subject ....
Indeed : the fact to check the language option in the graphical interface doesn't change language of applications : i'd like them to be installed in French because for example french versions of chrome or thunderbird exist , they remains in english :  there's probably a way to put the "langage option" in the patchmypc.ini file in order to force the installation language.
  Hope someone will answer us ....
Title: Re: Application Languages Setting in PatchMyPC.ini - or where is it set?
Post by: dajo on April 10, 2021, 03:44:18 AM
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
Title: Re: Application Languages Setting in PatchMyPC.ini - or where is it set?
Post by: typc on April 10, 2021, 10:51:16 AM
Many thnks, i'm going to try . :)
:)