Forum Discussion
Martin Malm
Jun 02, 2017Copper Contributor
Change Language on Skype Room System v 2
I can´t find any information on how or if it is possible to change display language for the local "Skype" account on a Skype Room System. I can download a second language when I´m loged in as Admin a...
DUMMY1285
Jul 23, 2020Copper Contributor
I got anoter solution to change the Language on the SKYPE Account.
-Login as Admin
-set Admin permissions for the Skype User in the computer management
-sign out and log in white skype
-open Tastmgr with strg+alt+del
-open the regedit as a new task
-open the path: \HKEY_CURRENT_USER\Control Panel\International\User Profile
and set your Language for Example de-DE in the Key Languages
-reboot
-delete the SKYPE Users admin permissions
Petri-X
Sep 29, 2021Bronze Contributor
One alternative option is to add into logon script a PS command:
set-Culture en-US
Above example switch the language to US. Then you need to reboot the device.
If you want to see what is the current language you could do the same but with PS:
get-Culture | Out-File C:\Temp\Culture.txt
Once more reboot, and read the file.
set-Culture en-US
Above example switch the language to US. Then you need to reboot the device.
If you want to see what is the current language you could do the same but with PS:
get-Culture | Out-File C:\Temp\Culture.txt
Once more reboot, and read the file.