I am trying to get the currency symbol of the location the device running the program is currently in (or at least where it is registered to be, I am not looking to forcibly know the location via IP or GPS like this question something, just the System's location).
I have seen several methods of extracting currency name by a so - called "country code"
but I am looking to get the symbol - and I want to do it without hard - coding the country but rather getting it in run time from the user and thus country codes are not an option. also, I can't use third party libraries.
Thanks!