maximn / google-maps

Google Maps Web Services API wrapper for .NET
BSD 2-Clause "Simplified" License
191 stars 143 forks source link

Add Localizable interface #121

Closed derigel23 closed 6 years ago

derigel23 commented 6 years ago

To easy localize requests which support different languages.

maximn commented 6 years ago

Can you please add/change some test that uses this functionality?

maximn commented 6 years ago

@derigel23 , can you follow up the comments or should I close the PR?

derigel23 commented 6 years ago

@maximn I think you could close it. I've created several extension methods with type parameter specializations and set language parameter in each request separately.