Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmi-aw committed Aug 5, 2022
1 parent 36d53ed commit 0aca1b5
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/LocalisationDemo/src/main/java/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static void main(String[] args) {
//Get countries Svg flag
for (Country c : countries) {
byte[] countryFlag = Localisation.getCountryFlagSVG(c.getIso2(), Form.SQUARE);
//Do something
//Do something like saving the file
}

//Get Algeria's flag with code "dz"
Expand Down
Binary file modified demo/LocalisationDemo/target/classes/Main.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0aca1b5

Please sign in to comment.