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

DictionaryId() public static method

Return the string which should be used to request a dictionary for the specified writing system, or null if none will work.
public static DictionaryId ( int ws, ILgWritingSystemFactory wsf ) : string
ws int
wsf ILgWritingSystemFactory
return string
		public static string DictionaryId(int ws, ILgWritingSystemFactory wsf)
		{
			string wsId = RawDictionaryId(ws, wsf);
			return DictionaryId(wsId);
		}

Same methods

SpellingHelper::DictionaryId ( string dictId ) : string