<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPrintInfo/localizedPaperName",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSPrintInfo(py)localizedPaperName"
  },
  "title" : "localizedPaperName"
}
-->

# localizedPaperName

The human-readable name of the currently selected paper size, suitable for presentation in user interfaces.

```
var localizedPaperName: String? { get }
```

## Discussion

This is typically different from the value of [`paperName`](/documentation/AppKit/NSPrintInfo/paperName), which is almost never suitable for presentation to the user.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)