Based on the end-user, it is necessary for an administrator to change the language on the device. Using SureMDM, you can do this using a Run Script Job on devices with signature permissions.
Purpose
The purpose of this knowledge article is to provide a guide on how to change the language on an Android device with signature permissions using SureMDM.
Prerequisites
NA
Steps
- Log into the SureMDM Console.
- Navigate to Jobs > New Job > Android > Run Script.
- Create a Run Script Job with the below-mentioned commands on the SureMDM web console.
Command:
!#suremdm
changeDeviceLanguage()
NOTE: For language codes, click here.
For Example: To set the language to the Russian format of the Ukrainian language, please push the command below.
!#suremdm
changeDeviceLanguage(ru,UA)
Need more help? Here’s how to get help from our experts.
Was this helpful?
YesNo