From: | Daniel Dundelski |
Date: | 22 May 2001 at 21:29:38 |
Subject: | Odp: Catalogs in Blitz? |
> to do translations into other languages for me (nice of them!!).
>
> However, this is where my problems start. I have no idea how to write a
> catalog for my program!! Can anyone help me here?
Well it's nice when it is possible to use programs in native language. I do
that in the David's way. I create a text file with translation. But the to
chose the the language I use ToolTypes. In program's icon I put :
LANGUAGE=ENGLISH (ie.) and in my program I read this line by
GetIconObject "Progname"
LANGUAGE$=FindToolValue("LANGUAGE")
FreeconObject
Then I check if the textfile exists end if does then I open in that way as
David describe.
Redgards
Daniel
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list/-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list/-help@netsoc.ucd.ie