示例#1
0
 ///<summary>Fills the local cache with the passed in DataTable.</summary>
 public static void FillCacheFromTable(DataTable table)
 {
     if (CultureInfo.CurrentCulture.Name == "en-US")
     {
         return;
     }
     _languageCache.FillCacheFromTable(table);
 }