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
By this way api consumer may initialize api directly with string content read from any source
private Localizator(string localizedContent, string language)
Also: Support key-value input(eg. properties file) for ease of translators Support xml input.
The text was updated successfully, but these errors were encountered:
There are some issues about configuration style. It will be better than current style.
We will integrate .Net properties or resx file. It is an good opinion.
Besides, I think it would be advantageous to keep the library compact. For example I'm not so sure about xml.
Sorry, something went wrong.
No branches or pull requests
By this way api consumer may initialize api directly with string content read from any source
private Localizator(string localizedContent, string language)
Also:
Support key-value input(eg. properties file) for ease of translators
Support xml input.
The text was updated successfully, but these errors were encountered: