Пример #1
0
 /// -----------------------------------------------------------------------------------
 /// <summary>
 /// Find or create the writing system code for the given RFC4646 language tag. If it's
 /// not in either the list of vernacular writing systems or the list of analysis
 /// writing systems, add it to the list of analysis writing systems.
 /// </summary>
 /// -----------------------------------------------------------------------------------
 public static int GetWsForLocale(string locale)
 {
     return(s_rfcWs.GetWsFromRfcLang(locale, s_alternateRfcWsDir));
 }