Skip to content

geraldtt47/flutter_localizations_practice_app

Repository files navigation

version build style community action

Flutter Localization Sample App

Description

This is a Flutter app that is localized to use English and Afrikaans using Easy Localizations & Provider packages. The app basically allows you to switch Languages inside the app without changing the device locale.

3rd Party Services & Packages

We used the following services and packages for this project:

  1. Google Translate - Used to translate English to Afrikaans
  2. Locale Code - Used to find locale code, however you can basically google locale codes
  3. Locale Codes Alternative - Alternative locale codes that you can use
  4. easy_localization - this package is used to translate languages easily
  5. provider - this package is used for easy state management

How to update and add more content

Inorder to update content you have to update files inside assets/translations/

  1. Create a key and provide its value e.g "title": "Localized App" in en-US.json
  2. Use same key and provide a translated value e.g "title": "Gelokaliseerde App" in af-ZA.json

App Screenshots

Happy Coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published