Pro 3.3.0
When inserting a Table Attribute in my layout I can choose to display a Thousands Separator when displaying a field (left) but when I compose an expression this choice disappears (right)

Is there a way to have a separator AND use an expression?
I have for example a surface of 2243 in a table which I would like to display as 2.234 ha. At the moment it displays either 2.234 or 2234 ha
I tried adding the separator in Arcade using
Text($feature.surface, '###,###') and that does work but displays a comma 2,234 where we would use a colon in the Netherlands. My locale is set correct (in Windows)
When using Text($feature.surface, '###.###') (with a colon) the colon is ignored.
Any advice would be appreciated, thanks for your time.
Bert