Top

Fixit Documentation

Common Errors


  1. To set default Language, you need to set a value on language_change file if any language stored is local then get that value from local if not then set a default index value from JSON according to your requirement.
  2. Now Go to Splash Controller which is in lib -> Common -> languages -> language_change
  3. In that onReady Function set default value if no data store in local storage
  4. If there is no data saved in storage we have set "en" you need to set your default language code.

  5. Example : const Locale('fr')
  6. Also you can check in Change Langugae tab