The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| VERSION | 2014-04-10 | 280 Bytes | |
| findlocale.h | 2014-04-10 | 962 Bytes | |
| LICENSE | 2014-04-10 | 1.3 kB | |
| Makefile | 2014-04-10 | 300 Bytes | |
| README.findlocale | 2014-04-10 | 665 Bytes | |
| example.c | 2014-04-10 | 484 Bytes | |
| findlocale.c | 2014-04-10 | 13.9 kB | |
| Totals: 7 Items | 17.9 kB | 0 | |
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