Tobias Markus afbae58a61 findlocale: Move VERSION to VERSION.txt 4 years ago
..
LICENSE 78ac7aef67 Switched from tinygettext/tags/tinygetext-supertux/ to tinygettext/trunk/ 15 years ago
Makefile 78ac7aef67 Switched from tinygettext/tags/tinygetext-supertux/ to tinygettext/trunk/ 15 years ago
README.findlocale 78ac7aef67 Switched from tinygettext/tags/tinygetext-supertux/ to tinygettext/trunk/ 15 years ago
VERSION.txt afbae58a61 findlocale: Move VERSION to VERSION.txt 4 years ago
example.c 78ac7aef67 Switched from tinygettext/tags/tinygetext-supertux/ to tinygettext/trunk/ 15 years ago
findlocale.c 40af078133 Fix conversion warnings in findlocale.c 9 years ago
findlocale.h 43b41a583b Fixed compiler warnings, see bug962 11 years ago

README.findlocale

FindLocale -- a cross-platform C module for detecting the user's language
Adam D. Moss / adam at steambird.com / adam at gimp.org

This is an early release of a straightforward API which can be used to
detect the user's current preferred (language,country,variant) setting
in a uniform manner across multiple platforms. It is not intended
to provide localization functions, but rather it is a basis on which to
make localization decisions.

Currently, win32 (win95+) and unix-alikes are supported.

Please see example.c and findlocale.h for illumination of this API.

Ports and patches are always welcome.

License: Completely free; see the LICENSE file.

--adam