I want to use the name of the iOS device model in the user interface.
Since my application is localized, I suggest that I should use the localizedModel UIDevice property.
So far I have tried several languages ββ(Japanese, Russian, Simplified Chinese, Arabic), and localizedModel is always "iPhone".
I can not find any recommendations or descriptions about this property.
Does anyone know anything about this, for example, does his value deviate from what returns the property of the model? Why does he exist?
source share