In Swift when we choose keyboard style as Decimal Pad, it appears with 10 numbers and separator depending on in what country you are. For example, in Russia, the default decimal separator is ',' while in USA it is '.'.
In my app, I want to show only Decimal Pads with dot '.' and doesn't matter where you are.
I dont want this happen
I want this happen in every device!
It is not about showing right keyboard language.
It is about forcing decimal separator symbol to be '.'(dot) whatever location app user has.
For example, we can force localizaton from Product>Scheme>Edit Scheme>Options>Application Region -> set to US. But I just need to change Decimal symbol, not whole localization.