MidiMountain 0.4.0
|
 |
Unit MMTranslate
Description
MidiMountain Translation unit with translation functionsFunctions and Procedures
Overview
Description
procedure ApplyFont( const aCanvas: TCanvas ); overload; |
set the fonts in a canvas
procedure ApplyFont( const aForm: TForm ); overload; |
set all the fonts in a form
procedure DumpLanguageFile( const aFileName: WideString ); |
dump everything into a language file. If existing append new entries
initialize the a translation list with english
procedure LoadTranslation( const aFileName: WideString ); |
load a translation file and initialize the internal lists
procedure SetFont( const aFont: TFont ); |
procedure SetupFont( const aFont: TFont ); |
setup a font with the current settings
function Trans( const aID: integer ) : WideString; |
get the text of an id in the current language
Constants
Name | Description |
cApplicationName |
Application name used in main form caption and about box |
cCharSetNames |
character set names |
cDefaultCharSet |
Default character set name |
cDefaultFontName |
Default font name |
cDefaultFontSize |
default font size |
cVersion |
Current version of MidiMountain |
MidiMountain 0.4.0 ©1999-2002 Adrian Meyer, developed with Delphi and Kylix
|