| SearchIndexInfoProviderGetLocalizedSearchIndexInfo Method  | 
            Returns the SearchIndexInfo structure for the specified searchIndex. If localized SearchIndex found, then 
            it is returned insted of regular one.
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntaxpublic static SearchIndexInfo GetLocalizedSearchIndexInfo(
	string searchIndexName,
	string culture
)
Parameters
- searchIndexName
 - Type: SystemString
SearchIndex name - culture
 - Type: SystemString
Culture code 
Return Value
Type: 
SearchIndexInfo
See Also