Re: Multilangual : how to?
From: Tony Proctor (tony_proctor_at_aimtechnology_NOSPAM.com)
Date: 04/13/04
- Next message: BeastFish: "Re: VB6 or VB.NET as entry language?"
- Previous message: Vikram Lele: "Re: Multilangual : how to?"
- In reply to: JohnK: "Multilangual : how to?"
- Next in thread: JohnK: "Re: Multilangual : how to?"
- Reply: JohnK: "Re: Multilangual : how to?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 13 Apr 2004 08:20:39 +0100
Re: resource files -- You don't actually need to put all your translated
texts into separate *.rc source files John. Sometimes it's easier from a
maintenance point of view to keep them in the same source file, but compile
it differently to generate just, say, a compiled *.res file for French, or
German, etc. There are ways to do this quite easily.
Also, error-message texts really belong in a separate, more specialised *.mc
source file, although they would eventually get compiled into the same *.res
file. Just as *.rc files get compiled by the rc resource compiled, *.mc
source files get compiled by the mc message compiler. If you use a lot of
private error codes, or event logging, this is important.
Does the following link help at all, or suggest any possibilities to you?
http://www.google.ie/groups?safe=images&ie=UTF-8&oe=UTF-8&as_umsgid=%23QFN3GedDHA.3448@TK2MSFTNGP11.phx.gbl&lr=&hl=en
Tony Proctor
"JohnK" <johnk@noreply.net> wrote in message
news:407aa73a$0$125$3a628fcd@reader3.nntp.hccnet.nl...
> Hi,
>
> Is there a way to make an application multilangual? Until now I used a
> textfile with messages like: "M123=<text>" and than a textfile for every
> language. I presume there is another way to accomplish this, i.e. by using
a
> dll. I don't want the user to see textfiles and I want to manage the texts
> in an easy way.
> Now the app is reading the textfile completely when starting, but I only
> want the messages (texts) when neede (=asked for). So I just want to
create
> somethinmg like a language pack, but the app must remain the same all the
> time. (ofcourse after getting rid of the txt files)
> I hope somebody out ther has a solution and please an example.
>
> Thanks
> John
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.645 / Virus Database: 413 - Release Date: 28-3-2004
>
>
- Next message: BeastFish: "Re: VB6 or VB.NET as entry language?"
- Previous message: Vikram Lele: "Re: Multilangual : how to?"
- In reply to: JohnK: "Multilangual : how to?"
- Next in thread: JohnK: "Re: Multilangual : how to?"
- Reply: JohnK: "Re: Multilangual : how to?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|