Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

LC_TIME problem

Asked Modified Viewed 3,176 times
K
KoLGe
K
KoLGe 10
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

Good day to all of you, I'm writing in regards to locale set on Linux host server.

Dear friends i have a problem with LC_TIME on Linux server.

It works on Windows server -
setlocale(LC_TIME, "az", "AZ"); 


I try
setlocale(LC_TIME, "az_AZ");
,
setlocale(LC_TIME, "aze_AZE");
,
setlocale(LC_TIME, "az_AZE");

but it not helps...

How to solve this problem?

Regards.
0 replies

1 post

T
tursay
T
tursay 10
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 4 threads in the forums
answered
Junior Member

delete this,

setlocale(LC_TIME, "az_AZ"wink;


and add this;

setlocale(LC_TIME, "azərbaycan"wink;


0 replies

Category Forum

Locales Forum - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 2 members

2 participants

T
T
tursay 10
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 4 threads in the forums
K
K
KoLGe 10
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet