1<?xml version="1.0"?>
2<!-- /* -->
3<!-- % Copyright (C) 2003 GraphicsMagick Group -->
4<!-- % Copyright (C) 2002 ImageMagick Studio -->
5<!-- % -->
6<!-- % This program is covered by multiple licenses, which are described in -->
7<!-- % Copyright.txt. You should have received a copy of Copyright.txt with this -->
8<!-- % package; otherwise see http://www.graphicsmagick.org/www/Copyright.html. -->
9<!-- % -->
10<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
11<!-- %                                                                             % -->
12<!-- %                                                                             % -->
13<!-- %                                                                             % -->
14<!-- %                  L       OOO    CCCC   AAA   L      EEEEE                   % -->
15<!-- %                  L      O   O  C      A   A  L      E                       % -->
16<!-- %                  L      O   O  C      AAAAA  L      EEE                     % -->
17<!-- %                  L      O   O  C      A   A  L      E                       % -->
18<!-- %                  LLLLL   OOO    CCCC  A   A  LLLLL  EEEEE                   % -->
19<!-- %                                                                             % -->
20<!-- %                                                                             % -->
21<!-- %                    ImageMagick Locale Message Methods                       % -->
22<!-- %                                                                             % -->
23<!-- %                                                                             % -->
24<!-- %                              Software Design                                % -->
25<!-- %                                John Cristy                                  % -->
26<!-- %                                Kyle Shorter                                 % -->
27<!-- %                               September 2002                                % -->
28<!-- %                                                                             % -->
29<!-- %                                                                             % -->
30<!-- %                                                                             % -->
31<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
32<!-- % -->
33<!-- % -->
34<!-- % -->
35<!-- */ -->
36<!--  -->
37<!-- /* -->
38<!--   Include declarations. -->
39<!-- */ -->
40<!-- #include "studio.h" -->
41<!-- #include "utility.h" -->
42<!--  -->
43<!-- /* -->
44<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
45<!-- %                                                                             % -->
46<!-- %                                                                             % -->
47<!-- %                                                                             % -->
48<!-- %   G e t L o c a l e M e s s a g e                                           % -->
49<!-- %                                                                             % -->
50<!-- %                                                                             % -->
51<!-- %                                                                             % -->
52<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
53<!-- % -->
54<!-- %  GetLocaleMessage() returns a message in the current locale that matches the -->
55<!-- %  supplied tag. -->
56<!-- % -->
57<!-- %  The format of the GetLocaleMessage method is: -->
58<!-- % -->
59<!-- %      const char *GetLocaleMessage(const char *tag) -->
60<!-- % -->
61<!-- %  A description of each parameter follows: -->
62<!-- % -->
63<!-- %    o tag: Return a message that matches this tag in the current locale. -->
64<!-- % -->
65<!-- % -->
66<!-- */ -->
67<localemap>
68  <include locale="C" file="C.mgk" />
69</localemap>
70