Hi!
I want to use setlocale but it does not working.
I have FreeBSD and I have local files in /usr/share/local
i use setlocale (LC_ALL, "slovene");
or setlocale (LC_ALL, "sl");
or setlocale (LC_ALL, "sl_SI");
or setlocale (LC_ALL, "SI");
but nothing works but if i use
sl_SI.ISO_8859-2 it works. i have such dir in my /usr/share/local.
I also have file
/usr/local/share/locale/locale.alias and i that file is entry
slovene sl_CS.ISO-8859-2
and if i use slovene in LC_ALL still does not work.
am I missing something or why can't i use all other options. So if i put this to linux box i think that this is will not work.