[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 15:02:12 +0100
- Encoding: 64 TEXT
>(my mail to this list keeps being trucated on exactly 500 characters, this is
>my last try)
>To 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