|
From: rolandc <rol...@gm...> - 2010-04-16 08:57:24
|
Hi, When I use setlocale() to get the current language string p = setlanguage(LC_ALL, NULL) the string returned is something like "French_France.1252" (in my case) Is there a way to convert this string into a POSIX compatible string ? "French_France.1252" => "fr_FR.ISO8859-1 regards, |