I want to get the official language for a location, defined by latitude and longitude. I am using the Blackberry platform.
Asked
Active
Viewed 634 times
2
-
http://stackoverflow.com/questions/120283/working-with-latitude-longitude-values-in-java – Mob Nov 12 '11 at 11:46
-
@Mob, how does that answer the question? – GETah Nov 12 '11 at 11:50
-
1@GETah I did not answer the question. It's a comment. I posted that just to give him a few pointers. – Mob Nov 12 '11 at 12:12
2 Answers
1
Unless you're limited to offline processing you can call one of the services mentioned in "Get country from latitude longitude"
and then iterate through Logale.getAvailableLocales() to get the language
0
My guess is to get the country you are in based on Lat Lon and then find the official language in that part of the world.

GETah
- 20,922
- 7
- 61
- 103