/// <summary>
 /// Creates an instance of the class
 /// </summary>
 public WebTranslationService()
 {
     if (null == LanguageModeMap)
     {
         LanguageModeMap = new Dictionary <string, string>();
         InitLanguageMap(LanguageModeMap);
     }
     Cache = new TranslationCache();
 }
예제 #2
0
 /// <summary>
 /// Creates an instance of the class
 /// </summary>
 public WebTranslationService()
 {
     Cache = new TranslationCache();
 }