summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/sapi_voice.vbs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/sapi_voice.vbs b/tools/sapi_voice.vbs
index c971be0c53..772798b66e 100755
--- a/tools/sapi_voice.vbs
+++ b/tools/sapi_voice.vbs
@@ -347,6 +347,8 @@ Function LangIDs(ByRef sLanguage)
347 LangIDs = Array(&h408) 347 LangIDs = Array(&h408)
348 Case "hebrew" 348 Case "hebrew"
349 LangIDs = Array(&h40d) 349 LangIDs = Array(&h40d)
350 Case "hindi"
351 LangIDs = Array(&h439)
350 Case "islenska" 352 Case "islenska"
351 LangIDs = Array(&h40f) 353 LangIDs = Array(&h40f)
352 Case "italiano" 354 Case "italiano"
@@ -375,8 +377,14 @@ Function LangIDs(ByRef sLanguage)
375 LangIDs = Array(&h419) 377 LangIDs = Array(&h419)
376 Case "slovenscina" 378 Case "slovenscina"
377 LangIDs = Array(&h424) 379 LangIDs = Array(&h424)
380 Case "srpski"
381 LangIDs = Array(&hc1a) ' Cyrillic
378 Case "svenska" 382 Case "svenska"
379 LangIDs = Array(&h41d, &h81d) ' Standard, Finland 383 LangIDs = Array(&h41d, &h81d) ' Standard, Finland
384 Case "tagalog"
385 LangIDs = Array(&h464) ' Filipino, might not be 100% correct
386 Case "thai"
387 LangIDs = Array(&h41e)
380 Case "turkce" 388 Case "turkce"
381 LangIDs = Array(&h41f) 389 LangIDs = Array(&h41f)
382 Case "wallisertitsch" 390 Case "wallisertitsch"