I am working on one .NET Core web app wherein I want to show prices of products based on the country from where they are using the app.
Currently my webserver is located in the USA region and I am observing currency is set to USD even request is made from any other country than the USA.
I tried using RemoteIP and LocalIP but not getting response as expected.
New contributor
Prasad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1