Typesafe Locale specification via locale + language.
Not a complete enumeration by any means, but inclusion of your favorite country & language is just a pull request away!
Usage
import lc_locale
let toronto = Locale.canada(language: .english)
let quebec = Locale.canada(language: .french)
let cuba = Locale.cuba()
let officialCubanLanguage = cuba.language // .spanish
lc-locale
Typesafe
Locale
specification via locale + language. Not a complete enumeration by any means, but inclusion of your favorite country & language is just a pull request away!Usage