<div dir="ltr">If I try to write this code in Gambas Playground:<br>  Print Format(1234.54643, gb.Currency)<br>I get:<br> 1 234.54643<br>instead of $1,234.55 how it should be.<br><br>If I try this: <br>  System.Language = "en_US.UTF-8"<br>I get:<br>gbx3: warning: cannot switch to language 'en_US.UTF-8': No such file or directory. Did you install the corresponding locale packages?<br><br>But the result of this:<br>  Print Format(Now, gb.LongDate)<br>is correctly in English:<br>July Tuesday 30 2019<br><br><div>I don't understand on what language is based playground</div><div><br></div><div>Regards</div><div>Gianluigi<br></div></div>