Language default v4.0.6

Hello,

I have a question, when running PSADT via Intune, if it detects i different language than the OS , all the messages will be in that language.
Even if the OS is in PT or FR I i would like to keep all our pop-ups in English, do I need to change any variable?

I thought, that by default the language would never be translated.

Thank you

look in config.psd1 near the bottom.

There is a setting called LanguageOverride

in that file the varibale LanguageOverride is like this:
LanguageOverride = $null

is it correct ?

That’s the one.

$null means auto-detect.

Right above it is a list of languages to pick from.

Thank you so much for your help