getLocale method

String getLocale()

Return the locale that was used to construct this number formatter object.

Implementation

String getLocale() {
  return _locale;
}