QNX Locale Support

I’m currently trying to localise the output from C strftime() calls within our application, but I’m having trouble of getting a handle to any locales other than C, POSIX and C_TRADITIONAL.

Please correct me if I’m wrong – but I cant seem to find anything to point setlocale() to. It seems bizzare to have language support for locales but no locales to point them to. Debian has a tool to list the available locales, and if needed, generate a locale from code. Does QNX have any kind of equivalent available? Am I missing a component somewhere?