I wonder if there is a native C# way to parse different strings containing the name of the week in different languages.
For example I have:
"Mo" or "Mon" for monday.
and this string parsed should return day 1 (monday) But in the same input I could have
"Lu" or "Lun" (italian)
And the output should be as well day 1 (monday).