locale property

String locale

Get the locale.

Same process as below.

this.get(MetaConst.locale, Localize.locale);

Implementation

String get locale {
  return this.get(MetaConst.locale, Localize.locale);
}