4.1 Syntax for SetLocale Function

On NetWare, the locale name in the setlocale function should be represented as hyphenated value.

For example the command setlocale(LC_ALL, ’de_DE’) should be represented as setlocale(LC_ALL, ’de-DE’).