Hi friends enthusiasts
I work with an API that returns some information about audio streams to a file, or rather, the audio language in its three-letter name ISO ( ISO 639-2 ).
I would like to parse this information into a new CultureInfo object, but there is no constructor that accepts three-letter code. I could, of course, write a huge select clause (switch C # people for you), but I decided it would be more economical to ask the best way first. So I'm out of luck or is there a secret way to create a CultureInfo object using three letter names?
source share