info
Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .
Usage of Device Language support commands are given below.
getDeviceSupportedLanguages()
Description
Returns all of the device's supported languages.
Code Example
String[] languages = client.getDeviceSupportedLanguages();
getDeviceLanguage()
Description
Returns the device's current language.
Code Example
String language = client.getDeviceLanguage();
setDeviceLanguage()
Description
Updates the device's current language
Code Example
client.setDeviceLanguage("fr");