comp.lang.ada
 help / color / mirror / Atom feed
From: Preben Randhol <randhol+abuse@pvv.org>
Subject: Re: GPS
Date: Sat, 4 May 2002 12:27:42 +0000 (UTC)
Date: 2002-05-04T12:27:42+00:00	[thread overview]
Message-ID: <slrnad7ktu.pt.randhol+abuse@kiuk0156.chembio.ntnu.no> (raw)
In-Reply-To: dstanbro-744A61.18134104052002@mec2.bigpond.net.au

On Sat, 04 May 2002 08:13:41 GMT, Dale Stanbrough wrote:
> Can GPS be customised easily for other languages?
> 
> The code in the examples look suspiciouly like the code for
> GPS, and has English strings embedded in it.

If you look at page 25 you see it says:

Msg  => -"Are you sure you want to quit ?"

the "-" is in GtkAda defined as such:

   function "-" (Msg : String) return String is
   begin
      return Dgettext ("Programname", Msg);
   end "-";

and I expect they use this function as it comes from Glade (GUI
builder);

So it uses the gettext capabilities and internationalisation is then
done easily. How this work under Windows, I don't know as I haven't
tried it yet.

Preben
-- 
"Jeg tror nordmenn har glemt hvordan de tilbreder fisk. De er mest
 opptatt av firkantet fisk."
  --  Kristian Kristiansen, yrkesfisker, aftenposten.no 19/04/02



  parent reply	other threads:[~2002-05-04 12:27 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-02 17:49 GPS Brian Catlin
2002-05-02 18:46 ` GPS Florian Weimer
2002-05-02 19:10   ` GPS Brian Catlin
2002-05-02 19:47   ` GPS Aidan Skinner
2002-05-03 11:49   ` GPS Preben Randhol
2002-05-03 12:55     ` GPS Steve Doiel
2002-05-03 14:37       ` GPS Preben Randhol
2002-05-03 21:25         ` GPS Dale Stanbrough
2002-05-03 21:31           ` GPS Preben Randhol
2002-05-03 21:42           ` GPS David C. Hoos
2002-05-04  7:32             ` GPS Dale Stanbrough
2002-05-04  8:13               ` GPS Dale Stanbrough
2002-05-04 11:56                 ` GPS David C. Hoos, Sr.
2002-05-04 12:24                   ` GPS Dale Stanbrough
2002-05-04 12:27                 ` Preben Randhol [this message]
2002-05-04  2:32         ` GPS Bobby D. Bryant
2002-05-04 12:33           ` GPS Preben Randhol
2002-05-04 23:48             ` GPS Bobby D. Bryant
2002-05-05 13:01               ` GPS Robert Dewar
2002-05-04 16:15           ` GPS Andrew W. Reynolds
2002-05-05  4:03     ` GPS Zach Swanson
2002-05-05 11:08       ` GPS Preben Randhol
2002-05-06 13:51         ` [OT] Email clients (was: GPS) Michal Nowak
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox