-2

I'm making a system about seasons and I need to get a user's location to discover the current hemisphere. So I find System.Globalization namespace, but I don't know the correct property for that.

stuartd
  • 70,509
  • 14
  • 132
  • 163

1 Answers1

0

There is no methods in System.Globalization to get user's location to obtain information you are looking for.

You can (in reverse order of precision)

Alexei Levenkov
  • 98,904
  • 14
  • 127
  • 179