how to display arabic numbers inside iPhone apps without localizing each digit
问题 I want to know how to display arabic numbers inside iPhone apps without localizing each digit. like for example, I have an integer in the code whose value = 123 I want to display it as ١٢٣ without having to localize each digit on its own and force the app to use arabic as the localization language regardless of the user's chosen language because I have many numbers all over the application that change dynamically, so I need a generic smart solution 回答1: NSDecimalNumber *someNumber =