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.
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.