sendDeviceLanguage method
Sets the language of the watch. When setting the language, the language version will be set. Simplified Chinese is set to the Chinese version, and non-simplified Chinese is set to the international version.
Implementation
Future<void> sendDeviceLanguage(int language) {
return _platform.sendDeviceLanguage(language);
}