What's the best way to add localization so that numbers are displayed correctly

So I have this page components:

When they display they look like this:

I want to be able to display the numbers correctly such as: 61,002 ( added separator).

What would be the appropriate way of adding this with skuid?

Thanks.

Hey Software Developer Guy,

What kind of field ist this?

Could you try using two brackets instead of three? It would look like this: {{totalCount}}

I hope this helps,

Janick

Janick’s advice is correct, Skuid automatically applies locale-specific formatting to Number and Currency fields, but when you’re using Merge syntax, this is ONLY done when you use two brackets, three brackets returns the raw, unformatted, unescaped data. 

Great!!!  Worked Great.  Thank you.