FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWAddLanguage(), FWMissingStrings(), FWSaveStrings()
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
FWAddLanguage(), FWMissingStrings(), FWSaveStrings()
Posted: Tue May 16, 2023 04:00 AM
hi,

i want to use FWString() so i look into file c:\fwh\source\function\strings.prg

as i understand i must use FWString( EN ) in my CODE

i can "add" my new Definition at Runtime by
Code (fw): Select all Collapse
   AEVAL( aTranslates, { | a | FWAddString( a ) } )
i have look at FWEditStrings(), nice :)
i like to request Parameter Color for "Dark-Mode"

there is FWMissingStrings() ... found in c:\fwh\samples\fivedbu.prg
it seem to write file missing.str ...
FWSetString( nLang, { ;
{ "ADO", }, ;
{ "Connect to this ODBC database", }, ;
{ "Console", }, ;
{ "DBF", }, ;
{ "MySQL", }, ;
{ "ODBC", }, ;
{ "ODBC open", }, ;
{ "Recent ODBC connections", }, ;
{ "Recent ODBC connections strings", }, ;
{ "Sets", }, ;
{ "Workareas", } ;
} )
it is from FiveDBU.EXE. what does it mean :?:

FWAddLanguage() how does it work :?:
greeting,

Jimmy

Continue the discussion