Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

[Enhancement] Get Address in specific Language (Arabic, French , ..etc) using Geolocation #1164

Open
amr-moomen opened this issue Mar 11, 2020 · 3 comments
Labels
feature-request A request for a new feature.

Comments

@amr-moomen
Copy link

Summary

I am using Geolocation to get current address.
It gives me address properly, but in default Mobile language.
I want to determine the language of returned address as parameter like Geolocation("Ar") return the address in Arabic regardless of default Mobile language.

API Changes

Add AddressLanguage parameter to GetPlacemarksAsync like
var Address =await Geocoding.GetPlacemarksAsync(Latitude , Longitude , AddressLanguage);

return the Address regarding AddressLanguage

Intended Use Case

Assume the default Mobile language is English
Geocoding.GetPlacemarksAsync(Latitude , Longitude , "Ar") return the address in Arabic
Geocoding.GetPlacemarksAsync(Latitude , Longitude , "Fr") return the address in French

@amr-moomen amr-moomen added the feature-request A request for a new feature. label Mar 11, 2020
@mina5500
Copy link

Is it going to be implemented ??
@jamesmontemagno

@jamesmontemagno
Copy link
Collaborator

Research needs to be done to see what the APIs accept under the hood, but we do accepts PRs :)

@1897
Copy link

1897 commented Feb 6, 2024

hello,
are there any news on this enhancement?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request A request for a new feature.
Projects
None yet
Development

No branches or pull requests

4 participants