[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: SQR in other languages ...
- Subject: Re: SQR in other languages ...
- From: "Mansfeld, Fredrik" <fredrik@ABARIS.SE>
- Date: Fri, 1 Nov 1996 10:48:21 +0100
- Encoding: 59 TEXT
>Danian Liu,
>
>>Is there anyone using SQR for multi-language development needs ?
>>If so, how are you implementing it ?
I have used two different solutions to the multi-language problem.
A. Find all language dependent strings and substitute them with
constants
that you define in a separate file. When you want to use another
language
you just replace the file.
A very short example:
Main.sqr
========
#Include 'Language.inc'
Begin-Header
Print {Header} (1) Center
End-Header