supportedLocales property

List<String>? supportedLocales
getter/setter pair

All installed locales represented as BCP-47 strings, e.g. "en-US".

Implementation

core.List<core.String>? supportedLocales;