AppLanguage.fromLocale constructor

AppLanguage.fromLocale(
  1. Locale? locale
)

Function to get the application language from the current app locale.

Implementation

AppLanguage.fromLocale(this.locale);