NSLocaleSensitivePredicateOption

Indicates that strings to be compared using <, <=, =, =>, > should be handled in a locale-aware fashion. <<===>>を使って比較されることになる文字列がロケール対応のやり方で取り扱われるべきであることを指し示します。

Overview 概要

You represent this option in a predicate format string using a [l] following one of the <, <=, =, =>, > operators (for example, "straße" >[l] "strasse"). あなたは、このオプションを述部書式設定文字列において[l]を使ってそれに<<===>>演算子の1つを続けることで表します(例えば、"straße" >[l] "strasse")。