From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: ** X-Spam-Status: No, score=2.6 required=5.0 tests=BAYES_40,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1f4130edf62b995,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-30 07:16:37 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!swrinde!pipex!uunet!smirnoff.ittc.pgh.wec.com!ittc!dps-garuda!ruffinl From: ruffinl@dps-garuda.pgh.wec.com (Lew Ruffing) Newsgroups: comp.lang.ada Subject: I18N and L12N for Ada and Motif Message-ID: <655@ittc.wec.com> Date: 30 Nov 94 15:11:58 GMT Sender: news@ittc.wec.com Reply-To: ruffinl@dps-garuda.pgh.wec.com Followup-To: comp.lang.ada Organization: Sun Microsystems Date: 1994-11-30T15:11:58+00:00 List-Id: I would like to write a program in Ada and Motif that has language localization (L12N) potential, so that (ideally) with the change of an environment variable, the program would be able to display text in another language. In addition, the program would be able to read and write files in the selected language. The immediate target is an Eastern European language. Does anyone have experience with internationalization (I18N) and localization for Ada and Motif together? Or even Ada alone? I would appreciate any advice, or suggestions of books or sample code to read.