Awesome
<a href="https://github.com/Solido/awesome-flutter"> <img alt="Awesome Flutter" src="https://img.shields.io/badge/Awesome-Flutter-blue.svg?longCache=true" /> </a>
Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
It lets you define translations for your content in different languages and switch between them easily.
Example
<img src="https://raw.githubusercontent.com/Jesway/Flutter-Translate/master/resources/gifs/flutter_translate_screen.gif" width="300"/>Features
- Very easy to use
Mobile
,Web
andDesktop
supportPluralization
andDuals
support- Supports both
languageCode (en)
andlanguageCode_countryCode (en_US)
locale formats - Automatically
save & restore
the selected locale with a simple implementation - Full support for
right-to-left
locales Fallback
locale support in case the system locale is unsupported- Supports both
inline or nested
JSON
Documentation
Complete documentation is available on the wiki page.
To get started please see Installation, Configuration & Usage.
Example
https://github.com/Jesway/Flutter-Translate/tree/master/example
Issues
Please file any issues, bugs or feature request here.
License
This project is licensed under the MIT License