sfmohassel / libc.translation

A library to help you implement translation using json files to replace .resx files in .net standard projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arguments JsonLocalizationSource

danijerez opened this issue · comments

currently the 'JsonLocalizationSource' class needs to be case sensitive. sample:

ILocalizationSource source = new JsonLocalizationSource(stream, PropertyCaseSensitivity.CaseInsensitive);

in case you want to modify it in your usage examples.

@danijerez Sorry to answer so late, been busy. Thank you for the suggestions. Readme file is updated :-)