Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/ui/internationalization/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ Numbers, including those that represent currency values,
are displayed very differently in different locales.
The localizations generation tool in
`flutter_localizations` uses the
[`NumberFormat`]({{site.api}}/flutter/intl/NumberFormat-class.html)
[`NumberFormat`]({{site.api}}/flutter/package-intl_intl/NumberFormat-class.html)
class in the `intl` package to format
numbers based on the locale and the desired format.

Expand Down Expand Up @@ -641,7 +641,7 @@ In a Russian locale, it would produce "9.07.1959".
AppLocalizations.of(context).helloWorldOn(DateTime.utc(1959, 7, 9))
```

[`DateFormat`]: {{site.api}}/flutter/intl/DateFormat-class.html
[`DateFormat`]: {{site.api}}/flutter/package-intl_intl/DateFormat-class.html

<a id="ios-specifics"></a>
### Localizing for iOS: Updating the iOS app bundle
Expand Down
Loading