Loads localized strings using AnuvadakManager
Future<bool> load() async { await _anuvadakManager.updateLocale(locale.languageCode); return true; }