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: Select all Expand view
- 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