Check if a language is available on your system


The following command will fail if the language en-US is not installed on the device : reg query "HKLM\SYSTEM\CurrentControlSet\Control\MUI\UILanguages\en-US"


Note : To get the list of all installed language, run the following command : reg query "HKLM\SYSTEM\CurrentControlSet\Control\MUI\UILanguages"