Updated addon repository URL and improved debug output on download
[supertux.git] / external / findlocale / README.findlocale
1 FindLocale -- a cross-platform C module for detecting the user's language
2 Adam D. Moss / adam at steambird.com / adam at gimp.org
3
4 This is an early release of a straightforward API which can be used to
5 detect the user's current preferred (language,country,variant) setting
6 in a uniform manner across multiple platforms.  It is not intended
7 to provide localization functions, but rather it is a basis on which to
8 make localization decisions.
9
10 Currently, win32 (win95+) and unix-alikes are supported.
11
12 Please see example.c and findlocale.h for illumination of this API.
13
14 Ports and patches are always welcome.
15
16 License: Completely free; see the LICENSE file.
17
18 --adam
19