Exemplo n.º 1
0
 public Resources GetResources(string path, string language)
 {
     string filePath = path + "\\" + language + ".xml";
     return resourceManager.GetResources(filePath);
 }