We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa9746 commit b0fc653Copy full SHA for b0fc653
WordPressUtils/src/main/java/org/wordpress/android/util/GeocoderUtils.java
@@ -22,7 +22,7 @@ public static Geocoder getGeocoder(Context context) {
22
Geocoder gcd;
23
24
try {
25
- gcd = new Geocoder(context, Locale.getDefault());
+ gcd = new Geocoder(context, LanguageUtils.getCurrentDeviceLanguage(context));
26
} catch (NullPointerException cannotIstantiateEx) {
27
AppLog.e(AppLog.T.UTILS, "Cannot instantiate Geocoder", cannotIstantiateEx);
28
return null;
0 commit comments