in reply to Windows LOCALE_SLIST
See GetLocaleInfo or GetLocaleInfoEx and either Win32::API or Inline::C.
Alternatively, the information is probably available via the registry and Win32::TieRegistry, though you'll have to work out where.