SIL.CoreImpl.SpellingHelper.IsVernacular C# (CSharp) Method

IsVernacular() public static method

A dictionary is considered vernacular if it contains our special word. That is, we presume it is one we created and can rewrite if we choose; and it should not be used for any dictionary ID that is not an exact match.
public static IsVernacular ( string dictId ) : bool
dictId string
return bool
		public static bool IsVernacular(string dictId)
		{
			return GetSpellChecker(dictId).IsVernacular;
		}
	}