Type Property
型プロパティ
system
A locale representing the generic root values with little localization.
少しのローカライズで一般的ルート値を表しているロケール。
Declaration
宣言
class var system: Locale
{ get }
Return Value
戻り値
The generic locale that contains fixed “backstop” settings that provide values for otherwise undefined keys.
無印ロケール、それは固定の「防御策」設定を含みます、それはそれ以外では未定義なキーに対して値を提供するものです。
Discussion
議論
Use the system locale when you don’t want any localizations. If you want localizations that match the user's region settings, use the locale given by the current
or the autoupdatingCurrent
property instead.
このシステムロケールを、あなたが何らローカライズを望まない時に使ってください。ユーザの地域設定に合致するローカライゼーションをあなたが望むならば、current
またはautoupdatingCurrent
プロパティによって与えられるロケールを代わりに使ってください。
See Also
参照
Getting the User's Locale
ユーザの持つロケールを取得する
class var current: Locale
A locale representing the user's region settings at the time the property is read.
プロパティが読み出された時点でのユーザの持つ地域設定を表すロケール。