예제 #1
0
 public string Get(TextResource resource, Languages language)
 {
     return(_textResourcesSet.Get(language)[resource]);
 }