systemLocales property

List<Locale> systemLocales

The full system-reported supported locales of the device.

This establishes the language and formatting conventions that application should, if possible, use to render their user interface.

The list is ordered in order of priority, with lower-indexed locales being preferred over higher-indexed ones. The first element is the primary locale.

Implementation

static List<Locale> get systemLocales => window.locales;