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 BoTran TRN Files.

 

You may need to alter ReadTrn.exe

 

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 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 BoTran.

 

#AT(%WindowManagerMethodCodeSection,'Init','(),BYTE'),PRIORITY(7800)

LOCALE('WINDOWS')            !Set default CLACOLSEQ, CLACASE and CLAAMPM ! 6/11/05

LOCALE('CLACASE','ÆØÅ,æøå')

 

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.