|
If your default Language is English, do nothing here.
If You want the default Language to be Not English, you need to fill out the BoTran2 TRN Files.
You may need to alter ReadTrn2.exe
ReadTrn2.exe is a utility provided with BoTran2 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 BoTran2. Most of the default text is gathered from the app, and passed into the BTL file so you can start editing right away.
ReadTrn2.exe has an embed in it, where you may have to set your ClaCase to properly "Upper" the text strings in your app for non case sensitive Translation. This is necessary if your default language has special characters in it that need to be made case insensitive with the "Upper" function.
This code is in that embed that ships with BoTran2.
#AT(%WindowManagerMethodCodeSection,'Init','(),BYTE'),PRIORITY(7800)
LOCALE('WINDOWS') !Set default CLACOLSEQ, CLACASE and CLAAMPM ! 6/11/05
ReadTrn.exe is placed in the %ROOT%\bin directory.
Source app and dct for ReadTrn2.exe is placed in %ROOT%\3rdParty\examples\Comsoft7\BoTran2\Source directory.
|