If I use decimal pad for input of numbers the decimal changes depending of country and region format. May be as a point \".\" or as a comma \",\" And I do not have contr
You can use also the class method of NSNumberFormatter
NSString* formattedString = [NSNumberFormatter localizedStringFromNumber:number numberStyle:NSNumberFormatterCurrencyStyle];