array result of localeconv()

A

Anonymous

Guest
Cheers,

I'm using localeconv() function to get the decimal_point of PL_pl language, and I came to the conclusion that I always get dot (.) regardless of the language I choose. Any idea why this is happening ?

obs: I've tried the function here https://www.w3schools.com/php/phptryit.asp?filename=tryphp_func_string_localeconv

Thks
 
I've found a meaningfull answer:
"https://www.oreilly.com/library/view/php-cookbook/1565926811/ch16s04.html"
 
Back
Top