Friday, April 4, 2014

Get current currency symbol

"So I still need to know how to read the configured language, indepenent from that what we want to do with it."


The configured UI language can be obtained from CultureInfo.CurrentUICulture.


I have no idea what happens if the user changes the language while the app is running. I vaguely remember that a log off or restart is required so attempting to detect changes in the current UI language might be useless.


No comments:

Post a Comment