Common Errors
- 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.
- Now Go to Splash Controller which is in lib -> Common -> languages -> language_change
- In that onReady Function set default value if no data store in local storage
- If there is no data saved in storage we have set "en" you need to set your default language code.
- Also you can check in Change Langugae tab
Example : const Locale('fr')