Gets supported locales in string format.
List<String> get supportedLocalesRaw { return locales.map((locale) => locale.languageTag).toList(); }