|
ReadTrn.exe is a utility provided with BoTran templates to read the temp files created by the JumpStart Utility and create the BTL Language translation files and BTS substitution ENV files used by BoTran. Most of the default text is gathered from the app, and passed into the BTL file so you can start editing right away.
ReadTrn.exe is placed in the %ROOT%\bin directory.
Source app and dct for ReadTrn.exe is placed in %ROOT%\3rdParty\examples\BoTran\Source directory.
If English is not your default language, you may have to change the Environment settings for ReadTrn.exe to properly read your default text strings into the language files.
In the embed
#AT(%WindowManagerMethodCodeSection,'Init','(),BYTE'),PRIORITY(7800)
Currently contains
LOCALE('WINDOWS') !Set default CLACOLSEQ, CLACASE and CLAAMPM ! 6/11/05 LOCALE('CLACASE','ÆØÅ,æøå')
!LOCALE('CLACOLSEQ','AÄÅÆaàáâäåæBbCÇcçDdEÉeèéêëFfGgHhIiìíîïJjKkLlMmNÑnñOÖoòóôöPpQqRrSsßTtUÜuùúûüVvWwXxYyZzÿ') !Set the collating sequence !LOCALE('CLACASE','ÄÅÆÇÉÑÖÜ,äåæçéñòü') !Set upper/lower case pairs
!CLACASE=WINDOWS !CLACASE="UpperString","LowerString" ! CLACASE="ÄÅÆÇÉÑÖÜ","äåæçéñòü"
!Allows you to specify upper and lower case letter pairs. !The WINDOWS setting uses the default upper/lower case pair sets as defined by the Windows Country setting !(in the Control Panel). If this entry is omitted from the environment file, then the default ANSI ordering !is used, not the windows default. !The UpperString and LowerString parameters specify a set of uppercase characters and each one's lowercase equivalent. !The length of the UpperString and LowerString parameters must be equal. !CLACASE takes notice of the setting of CLACHARSET. ANSI characters less than 127 are not affected.
|