README.findlocale 665 B

1234567891011121314151617181920
  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. This is an early release of a straightforward API which can be used to
  4. detect the user's current preferred (language,country,variant) setting
  5. in a uniform manner across multiple platforms. It is not intended
  6. to provide localization functions, but rather it is a basis on which to
  7. make localization decisions.
  8. Currently, win32 (win95+) and unix-alikes are supported.
  9. Please see example.c and findlocale.h for illumination of this API.
  10. Ports and patches are always welcome.
  11. License: Completely free; see the LICENSE file.
  12. --adam