Skip to content

Commit

Permalink
Add locale to example
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Aug 26, 2024
1 parent e4bf629 commit d9ff7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/intl4x/example_native/bin/example_native.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
import 'package:intl4x/intl4x.dart';

void main(List<String> arguments) {
final intl = Intl();
final intl = Intl(locale: Locale(language: 'en'));
print('collation: ${intl.collation().compare('a', 'b')}!');
}

0 comments on commit d9ff7bd

Please sign in to comment.