Esempio n. 1
0
 public static string ToLanguageCode(this string str)
 {
     return(LanguageConverter.FromItcToStandard(str));
 }