This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20.6
SPELL GET DICTIONARY LIST
|
SPELL GET DICTIONARY LIST ( langID ; langFiles ; langNames ) | ||||||||
Parameter | Type | Description | ||||||
langID | Longint array |
![]() |
Unique ID of languages | |||||
langFiles | Text array |
![]() |
Names of language files installed | |||||
langNames | Text array |
![]() |
Local names of languages | |||||
The SPELL GET DICTIONARY LIST command returns, in the langID, langFiles and langNames arrays, the IDs, file names and language names corresponding to the Hunspell dictionary files installed on the machine.
Note: For more information about Hunspell dictionaries, refer to the Spell checking section in the Design Reference manual.
You put "fr-classic+reform1990.aff" and "fr-classic+reform1990.dic" as well as "fr-dentist.aff" and "fr-dentist.dic" into the Hunspell directory:
ARRAY LONGINT($langID;0)
ARRAY TEXT($dicName;0)
ARRAY TEXT($langDesc;0)
SPELL GET DICTIONARY LIST($langID;$dictName;$langDesc)
$langID | $dictName | $langDesc |
65536 | en_GB | English (UK) |
65792 | en_US | English (USA) |
131072 | de_DE | German (Germany) |
196608 | es_ES | Spanish |
262144 | fr_FR | French (France) |
589824 | nb_NO | Norwegian Bokmal (Norway) |
1074036166 | fr-classic+reform1990 | French (France) - Hunspell |
1073901273 | fr-dentist | No description - Hunspell |
Product: 4D
Theme: Spell Checker
Number:
1204
Created: 4D v13
Modified: 4D v14
4D Language Reference ( 4D v20)
4D Language Reference ( 4D v20.1)
4D Language Reference ( 4D v20.2)
4D Language Reference ( 4D v20.3)
4D Language Reference ( 4D v20.4)
4D Language Reference ( 4D v20.5)
4D Language Reference ( 4D v20.6)