how can i check that when i recive the name of the month using
date("F",time())
i can get then ame of the month not only in english?
i want it for eample in hebrew
is it possible?
then how?
thnaks in advance
peleg
date() function and other languages then english
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
[php_man]setlocale[/php_man] wrote:Category/locale names can be found in RFC 1766 and ISO 639.
Note: The return value of setlocale() depends on the system that PHP is running. It returns exactly what the system setlocale function returns.
Tip: Windows users will find useful information about locale strings at Microsoft's MSDNwebsite. Supported language strings can be found at http://msdn.microsoft.com/library/defau ... trings.asp and supported country/region strings at http://msdn.microsoft.com/library/defau ... trings.asp. Windows systems support the three letter codes for country/region specified by ISO 3166-Alpha-3, which can be found at this Unicode website .