J'ai trouvé la solution à mon problème. Je l'écrit ici en français si jamais cela peut aider quelqu'un.
Il faut ouvrir Power Shell ISE en mode administrateur
Il faut Copier/Coller les lignes ci-dessous :
$sourcePath = 'HKLM:\software\Microsoft\Speech_OneCore\Voices\Tokens' #Where the OneCore voices live
$destinationPath = 'HKLM:\SOFTWARE\Microsoft\Speech\Voices\Tokens' #For 64-bit apps
$destinationPath2 = 'HKLM:\SOFTWARE\WOW6432Node\Microsoft\SPEECH\Voices\Tokens' #For 32-bit apps
cd $destinationPath
$listVoices = Get-ChildItem $sourcePath
foreach($voice in $listVoices)
{
$source = $voice.PSPath #Get the path of this voices key
copy -Path $source -Destination $destinationPath -Recurse
copy -Path $source -Destination $destinationPath2 -Recurse
}Par la suite on exécute ce code.
Fermer PowerShelle et aller dans vos préférences de lecture dans Adobe Acrobat French - (Canada) est apparue dans mon cas après cela.