UIDevice.LocalizedModel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A localized string describing the current iOS device.
public virtual string LocalizedModel { [Foundation.Export("localizedModel", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.LocalizedModel : string
Property Value
- Attributes
Remarks
Use this property to display the name of the device in the current user selected locale.
Note that this property is quite generic (e.g., "iPhone", "iPad")
This can be used from a background thread.
Applies to
See also
- <xref:UIDevice.Model>
- <xref:UIDevice.SystemName>
- <xref:UIDevice.SystemVersion>