thank you for tip, if I use Finnish as OCR language, the lookupper dictionary would display in Finnish, but I want it to display in English.

(OCR language is Finnish )

(OCR language is English )
And also I don't know why I couldn't download the language pack or sort of thing. And the command in the website you sent me, seemingly work a little bit. Unfortunately I didn't capture the screen when I run the command.
$Capability = Get-WindowsCapability -Online | Where-Object { $_.Name -Like 'Language.OCRen-US' }
after running this, nothing happened and no response from powershell, but I could immediately run another command.
$Capability | Add-WindowsCapability -Online
After running this one, start downloading something, seems work well. Maybe the commands cause the below issue(?)
