Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to change default date language?
#11
yeah but that all depends on your host, you need to know what your locales are , which is another issue entirely.
for example i am on windows, so i have no UTF locale support, and i have no idea why i have to use pl-PL instead of pl_PL

It looks like we will have add some iconv conversions to core for locales.
for example on windows
polish is available as Polish_Poland.1250
which can be handled via
echo iconv('windows-1250', 'UTF-8', strftime('%Y. %B %d. %A')) , "<br/>";
for example.
giving us
2014. październik 29. środa instead of
2014. paŸdziernik 29. œroda
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
How to change default date language? - by none20 - 2014-10-30, 03:31:37
RE: How to change default date language? - by shawn_a - 2014-10-30, 07:06:45



Users browsing this thread: 1 Guest(s)