getCurrentLocale static method

String? getCurrentLocale()

Implementation

static String? getCurrentLocale() {
  return _currentLocale;
}