asterisk2billing.org
http://forum.asterisk2billing.org/

Comma as decimal separator
http://forum.asterisk2billing.org/viewtopic.php?f=19&t=3540
Page 1 of 1

Author:  mazhar996 [ Tue Apr 15, 2008 10:42 am ]
Post subject:  Comma as decimal separator

Hi All,
I am suffering with decimal separator, How can i change the decimal separator to comma when a language like German or Italian is selected?
With italian, French, German all translation is working fine except decimal separtor.

This is my languageSettings.php for italian and German

Code:
      case "german":
         $languageEncoding = "de_DE.iso8859-1";
         $slectedLanguage = "de_DE";
         $charEncoding = "iso88591";
         break;
      case "italian":
         $languageEncoding = "it_IT.iso8859-1";
         $slectedLanguage = "it_IT";
         $charEncoding = "iso88591";
         break;


Please advise

sincere regards
mazhar

Author:  jansalex [ Sat Jul 30, 2011 9:02 am ]
Post subject:  Re: Comma as decimal separator

Anyone ?

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/