UIDevice.LocalizedModel Property

Definition

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>