flutter-intl Questions
2
Running Flutter Intl: Initialize generates lib/l10n/intl_en.arb. However due to many strings in my applications I would wish to have multiple arb files for same language.
To make it more clear, con...
Vig asked 24/12, 2020 at 15:23
5
Solved
In Flutter app, intl package load only 15 languages. However Dart DateFormat support many more. I do not need translation, but need correct DateFormat. How to load all DateFormat locale?
Plume asked 13/4, 2018 at 0:39
1
Solved
Been moving over to Flutter 2, and in process moving our translations directly into .arb format, as now suggested. However hitting an issue where the generated l10n translation files can't understa...
Astigmia asked 1/7, 2021 at 15:12
4
Solved
I am new in Flutter. When I import the library: import 'package:intl/intl.dart'; , it says that the target of URI doesn't exist:package:intl/intl.dart;
Pinhole asked 6/8, 2018 at 10:37
4
So far I was using dynamic strings as shown in the solution of this post:
Flutter internationalization - Dynamic strings
Here's an example:
AppLocalizations.of(context).userAge(18)
And on AppLo...
Subsumption asked 25/5, 2020 at 6:59
0
I am moving some widgets of my app into a seperated Flutter package. These widgets use AppLocalization to display localized Strings. I want to define the Strings inside the package.
In the package ...
Mcneely asked 21/4, 2021 at 13:18
2
Solved
I am using the Flutter Intl plugin by Localizely to localize my App.
I generated arb files for the languages I want and begin to introduces the translations.
For example:
{
"documentsSection": "...
Rodmann asked 6/6, 2020 at 21:31
3
Solved
I'm creating a new flutter UI component that contains selection and getting more info about the product.
I want this component to support RTL also, So I need to get the current locale language d...
Stelu asked 14/1, 2020 at 7:57
1
© 2022 - 2024 — McMap. All rights reserved.