BACK TO LIST

Syntax:

VA1.Consider_this_Lang_File_to_Add = Location

Details :

This specifies the location of the file with its name without *.Lang, which holds the crucial information of the string compare protocols , and other features of the word like the word itself , language font, time length , no. of divisons etc.

Example :

Private Sub NowStartSpeechWork()

VoiceAction 1.....

:

:

:

VoiceAction1.Consider_this_Lang_File_to_Add = "C:\MyVoice\MyEnglish1"

End Sub

BACK TO LIST