Skip to content

Commit

Permalink
address locale to english
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiulgits committed Apr 24, 2020
1 parent 373d40d commit 9b30cb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class GeoAddress {

public GeoAddress(Context context, GeoLocation location){
Location = location;
geocoder = new Geocoder(context, Locale.getDefault());
geocoder = new Geocoder(context, Locale.ENGLISH);
mapAddress();
}

Expand Down

0 comments on commit 9b30cb5

Please sign in to comment.