Get the list of supported language code provided by the init function
List<String> get supportedLanguageCodes => _supportedLocales.map((e) => e.languageCode).toList();