deviceLocale property

Locale get deviceLocale

The locale for the device.

See also the translate function.

Implementation

Locale get deviceLocale {
  return fundamentals.device.locale(fundamentals);
}