Beispiel #1
0
 public static string ToItcLocale(this string str)
 {
     return(LanguageConverter.FromStandardToItcLocale(str));
 }
Beispiel #2
0
 public static string ToLanguageCode(this string str)
 {
     return(LanguageConverter.FromItcToStandard(str));
 }