コード例 #1
0
 private bool HasAllRequiredLocFiles()
 {
     return(LocStringDatabase.HasAllRequiredLocFiles(_localizationBundlePath, LOC_FILE_NAME));
 }