Exemplo n.º 1
0
 public string Get(string key)
 {
     if (resourceManager == null)
     {
         return string.Empty;
     }
     return resourceManager.Get(BaseSystemInfo.CurrentLanguage, key);
 }
 public string Get(string key)
 {
     return(ResourceManager.Get(CurrentLanguage, key));
 }