I want to find country name and language from where the request is coming I am using Locale class to find country name and language
but I am getting like this output
country name----United State
language----English
instead of
country name----India
language----Hindi
Is there any way to find country name and language from where the request are coming???
Please Help....