Get CultureInfo object from country name or RegionInfo object
Given a specific country code, e.g. “CH”, how can I get a CultureInfo object? The specific country code is dynamic (changes at runtime).
I only have the country code, and i want to know if it is possible to create a CultureInfo object from just the country code. It doesn’t matter which exact culture I get (fr-CH/de-CH).