flutter_translate
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
mobile
,web
anddesktop
supportpluralization
andduals
supportstatic keys
support with flutter_translate_gen- 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.
Comments are closed.