| 
				  
 
			
			This how to perform the Language change from English to French (tested on v7.76 and v7.77):
 1- Open the File Explorer and navigate to "C:\AWRoot\dtrd\trans\", find the file "Language.ini" and create a copy "Language.ini.org".
 Open the file Language.ini and under [LANGUAGE], change "Current=en_GB" to "Current=fr_FR" and save (I commented the original and added the change).
 
 [LANGUAGE]
 ;Current=en_GB
 Current=fr_FR
 
 2- Navigate to "C:\APP\LEXIA\EXE\" find the file "langue.ini" and create a copy "langue.ini.org".
 Open the file "langue.ini" and under [DicoMap], change all "%LG%" to FR (I commented the original 4 lines and added changed 4 lines).
 
 [DicoMap]
 ;CITACT=..\Dico\CITACT%LG%.dbz,APV
 ;CITTT=..\Dico\CITTT%LG%.dbz,APV
 ;CITTV=..\Dico\CITTV%LG%.dbz,APV
 ;THESAU=..\Dico\THESAU%LG%.dbz,APV
 CITACT=..\Dico\CITACTFR.dbz,APV
 CITTT=..\Dico\CITTTFR.dbz,APV
 CITTV=..\Dico\CITTVFR.dbz,APV
 THESAU=..\Dico\THESAUFR.dbz,APV
 
 3- Navigate to "C:\APPLIC\LCTLEX3\", find the file "Dico.txt" and create a copy named "Dico.txt.org".
 Open the file "Dico.txt" and change the line "Dico=THELEXGB.DBZ" to "Dico=THELEXFR.DBZ"
 ;Dico=THELEXGB.DBZ
 Dico=THELEXFR.DBZ
 
 There are other incicedents of "en_GB" that I changed to "fr_FR" in my installation. But I think the above is enough to get you working.
 
 p.s. You can find them in the INI files....
 
 Enjoy the French version of DiagBox 7.xx
 |