getLocale static method

Locale? getLocale()

Implementation

static Locale? getLocale() {
  // TODO: impl locale for text decoration.
  return null;
}