Hello all,
I have seen some localization examples but they were based on languages .
In my case I want to make my application in two versions : us and uk .
For that I can not depend on language as I have seen just English in the settings application .
there is no English(UK) or English(US) .
I want just some minor changes like $ or £ .
These changes I want to do in my code .
So should I make two different builds or there is a way to localize them.
Thanks.