Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals

Introduction
 » ASP DidYouMean
Object Reference
 » Object Reference
 » getSuggestionString(strInput)
 » getSuggestionArray (strInput [, intMax])
 » getLanguagesAsArray()
 » setLanguages(strDictionaryName)
 » addCustomDictionary(strFileName)
 » addCustomDictionaryFromArray
 » getCustomDictionaryModifiedDate
 » getSafeQuery (strInput)
 » setBannedWords(arrWordsArray)
 » setRegKey(strKey)
Example
 » Basic Implementation
 » Multiple Results
Registration Detail
 » Registration
 

getLanguagesAsArray()

Returns an array of the installed dictionary names. These are the names of the dictionaries (*.dic) installed in C:\Program Files\AspDidYouMean\Dictionaries. The values match the file names, without the .dic extension

Example

<%

set objDYM = server.createObject("ASPDidYouMean.DidYouMean")

arrLangs = objDYM.getLanguagesAsArray()
response.write Join (arrLangs , " , ")

set objDYM = nothing

%>

Note

software manuals data recovery software downloads data recovery tool
free windows repair keystroke logger digital camera repair software
disk repair freeware best software help disk repair utilities

If you need to install further dictionaries (dic files), you can download them from www.aspdidyoumean.com.

Copy them to C:\Program Files\AspDidYouMean\Dictionaries

Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals