Exemple #1
0
 private bool IsSupportedImpl(string languageTag)
 {
     return((ComFactory != null) && (ComFactory.IsSupported(languageTag) != 0));
 }