示例#1
0
 public bool Exists(string name)
 {
     return(LocaleSystem.ExistLocale(this.dir, this.groupName, name));
 }
示例#2
0
 public bool ExistsOne(string name, string language)
 {
     return(LocaleSystem.ExistLocale(this.dir, this.groupName, name, language));
 }