Locale | iOS SDK | 2GIS Documentation
iOS SDK

Locale

Идентификатор локали в формате [language designator]-[region designator]. Где language designator - код языка, описанный в стандарте ISO 639-1, region designator - код страны, описанный в стандарте ISO 3166-1.

public init(identifier: String)
Parameters
identifier
public init(stringLiteral value: String)

Creates an instance initialized to the given string value.

Parameters
value
String

The value of the new instance.

Properties

A textual representation of this instance.