Ji, I added the line at the end of the function but getting £
Your locale is set to: French (France)
Your locale is not English. PAL unfortunately must be running under an English locale. Setting it to English-US.
C:\Users........\Documents\PAL Reports\AppFabric-EXT1PPROOPFFB02-CacheCounterError0_PAL.htm
romulf wrote:
Your locale is set to: French (France)
Your locale is not English. PAL unfortunately must be running under an English locale. Setting it to English-US.
C:\Users........\Documents\PAL Reports\AppFabric-EXT1PPROOPFFB02-CacheCounterError0_PAL.htm
romulf wrote:
hello
i've just donwload the last version of PAL and i get an error when locale are not en-US ( i'm using french locale):An error occurred on...to be able to use PAL, i've just add the following in the "Set-EnglishLocales" function ( line 284 of pal.ps1):
$global:currentThread.CurrentCulture = $usenglishLocales
Au caractère C:\Program Files\PAL\PAL\PAL.ps1:285 : 5 + $global:currentThread.CurrentCulture = $usenglishLocales + ~~~~~~~~~~~~~~~~~~~~~
Impossible d’extraire la variable « $global:currentThread », car elle n’a pas été définie.maybe you can add this in the official version?$global:currentThread = [System.Threading.Thread]::CurrentThread
Regards,
Erwan