Retrieves the system of measurement used in the current locale.
public int getMeasurementSystem()
Returns an integer value that represents the measurement system for the current locale.
This method retrieves the measurement system used by a locale. A return value of 0 indicates the metric system is in use in the current locale while a value of 1 indicates that the United States measurement system is in use.
See Also Locale.MeasurementSystem, setMeasurementSystem