Packages

Easy-to-use and localized formatting library for numbers, currencies and dates

Current section

Files

Jump to
i18n_ex lib i18n_ex.ex
Raw

lib/i18n_ex.ex

defmodule I18nEx do
@moduledoc """
Documentation for `I18nEx`.
"""
def current_locale() do
Application.get_env(:i18n_ex, :locale, "en-US")
end
end