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
Features
- Very easy to use
supportMobile
`&
`Web
supportPluralization
`and
`Duals
support with flutter_translate_genStatic keys
- Supports both
locale formatslanguageCode (en)
and
languageCode_countryCode (en_US)
- Automatically
the selected locale with a simple implementationsave & restore
- Full support for
localesright-to-left
locale support in case the system locale is unsupportedFallback
- Supports both
JSONinline or nested
Documentation
Complete documentation is available on the wiki page.
To get started please see Installation, Configuration & Usage.
Examples
Issues
Please file any issues, bugs or feature request here.
License
This project is licensed under the MIT License
Author
This Flutter package is developed by Florin Bratan. You can contact me at florin@leadcode.dev
Source Code
Please Visit Flutter Localization Library Source Code at GitHub