'How to localize pdf with flutter_localizations
I'm using dart pdf to generate PDF files. It works, but now I want to provided the pdf based on the user language.
Within the other parts of the app I use flutter_localizations - but within dart pdf, I can't access the build context of the app.
e.g. AppLocalizations.of(OriginalAppContext).appTitle
How can I do localization?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
