(how) is it possible to display standard .NET exception messages like the SocketException "Network is unreachable" in another language?
I thougth it depends on the CurrentCulture but in my App (Android & iOS) the message is always in English even though my CurrentCulture says "de-DE".
Background is that i want to display some exception messages in dialogs.
Hint: I am using native Xamarin and not Forms.
Kind regards
Oliver