---
title: localizedStandard
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/sortcomparator/localizedstandard
---

# localizedStandard

A comparator that compares a string using a localized, numeric comparison in the current locale.

## Declaration

```swift
static var localizedStandard: String.Comparator { get }
```

## Discussion

Discussion Compares String in a manner similar to the Finder.

## See Also

### Inspecting a Comparator

- [order](foundation/sortcomparator/order.md)
- [localized](foundation/sortcomparator/localized.md)
