-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Labels
API ChangeAny changes to Foundation's public API surfaceAny changes to Foundation's public API surfaceenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Locale.LanguageCode
and Locale.ScriptCode
defines common language and script codes as static vars for easy access, such as
@_alwaysEmitIntoClient
public static var danish: Locale.LanguageCode { Locale.LanguageCode("da") }
We can consider exposing common Locale.NumberingSystem
as well.
Discussion: https://forums.swift.org/t/fou-locale-components-language-and-language-components/54084/17
Metadata
Metadata
Assignees
Labels
API ChangeAny changes to Foundation's public API surfaceAny changes to Foundation's public API surfaceenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers