Top "Setlocale" questions

The setlocale() is a function that is used to configure and specify certain locale information.

PHP setlocale has no effect

The setlocale() function doesn't set the desired language (German). The goal is to output month names. This is my test …

php date setlocale
How do I strftime a date object in a different locale?

I have a date object in python and I need to generate a time stamp in the C locale for …

python locale strftime setlocale
How to set JSTL locale from Java code?

I want to set the JSTL locale which is used by <fmt:formatNumber> and friends. I know this …

java jstl locale setlocale
What does set_locale(LC_CTYPE, 'C'); actually do?

When my PHP script is run with UTF-8 encoding, using non-ASCII characters, some PHP functions like strtolower() don't work. I …

php utf-8 ctype setlocale
PHP setlocale not working even with locales existing

ISSUE RESOLVED (see below) I have generated the locales on my server, I have confirmed that they exist (my locale …

php setlocale
How to get application language and device language separately in android?

My device language is in English and my application language is in Italian.So how I get the device language …

android localization locale setlocale
How to debug gettext not working in PHP?

i am trying to use the php gettext extension in php 5.5 (on win2008 server, using IIS7). I am doing this: &…

php localization internationalization gettext setlocale
setlocale(LC_ALL, 'it_IT'); set, but still dates in english

I have this code which through json_decode retrieves my latest tweets, their date, etc. <?php setlocale(LC_ALL, …

php date strtotime setlocale
php - can't get date in german language

I try to display a date in German but it doesn't work. I'm using PHP with XAMPP. These are my …

php date setlocale
PHP/Gettext Problems

I remember running some tests a some months ago with gettext and the following code worked perfectly: putenv('LANG=l33…

php locale gettext zend-translate setlocale