christopherweems / lc-locale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

import lc_locale

let toronto = Locale.canada(language: .english)
let quebec = Locale.canada(language: .french)

let cuba = Locale.cuba()
let officialCubanLanguage = cuba.language // .spanish

About


Languages

Language:Swift 100.0%