SourceLocale property
Name
Sdl.MultiTerm.TMO.Interop.SearchInfo.SourceLocale — Returns the locale of the source index used when searching a particular termbase.
Type
String (read)
Index Parameters
none
Description
Sample
//execute search
HitTerms oHits = oSearch.Execute();
//retrieve information on search in the second termbase
SearchInfo oInfo;
oInfo = oSearch.SearchInfo[1];
Debug.WriteLine("Source locale: " + oInfo.SourceLocale);