Locale
Идентификатор локали в формате [language designator]-[region designator]
. Где language designator
- код языка, описанный в стандарте ISO 639-1, region designator
- код страны, описанный в стандарте ISO 3166-1.
public init(stringLiteral value: String)
Creates an instance initialized to the given string value.
This documentation comment was inherited from .
Parameters
value
String
The value of the new instance.
Properties
A textual representation of this instance.
This documentation comment was inherited from .