The main target with this question is to know if in Outsystems exists some function like this .net, which allows to format a numeric string based on locale culture.
for example:
Console.WriteLine(value.ToString("C3", CultureInfo.CurrentCulture));
writes for Denmark 10,000.00
writes for Spain 10.000,00
Thanks a lot in advance