getUnits method
Return the name of the measuring system commonly used in the locale.
Implementation
String getUnits() {
final String jscode1 = 'new LocaleInfo("$locale").getUnits()';
final String result = ILibJS.instance.evaluate(jscode1).stringResult;
return result;
}