We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
We have
julia> lang = Languages.from_code("eng") Languages.English() julia> name(lang) "English"
But I don't see opposite: ie getting language code from a Language
Maybe something like
julia> code(lang)
and an optional parameter to get either Set 1, Set 2...
Best regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
We have
But I don't see opposite: ie getting language code from a Language
Maybe something like
julia> code(lang)
and an optional parameter to get either Set 1, Set 2...
Best regards
The text was updated successfully, but these errors were encountered: