LangTags: IANA Language Tags for Elixir
Based on BCP 47 (RFC 5646) and the latest IANA language subtag registry.
This project will be updated as the standards change.
Installation
If available in Hex, the package can be installed as
-
Add
lang_tagsto your list of dependencies inmix.exs:
```elixir
def deps do
[{:lang_tags, "~> 0.1.0"}]
end
```-
Ensure
lang_tagsis started before your application:
```console
$ mix deps.get
```The docs can be found at https://hexdocs.pm/lang_tags
Javascript version
This project is a Elixir version of the language-tags Javascript project.