Localization
Add new localization language
Create a JSON file for your new language, and make sure it has the name of
string_{language_code}.i18n.json
replace language_code (ex: de --> Germany, fr --> French )

2. While creating your language file, make sure u have all fields exist in string.18n.json
while keeping same JSON key,

3. run the following command in terminal:
flutter pub run fast_i18n
Last updated
Was this helpful?