Packages

Library designed to parse and convert language and locale codes based on BCP47.

Current section

Files

Jump to
ex_lang README.md
Raw

README.md

# ExLang
Library designed to parse and convert language and locale codes based on BCP47. See the module documentation in `lib/ex_lang.ex` for more information.
## Installation
```elixir
def deps do
[
{:ex_lang, "2.0.0"}
]
end
```