0
enerjisauretim created
Hello,
I inspected the XmlEmbeddedFileLocalizationDictionaryProvider's source code and saw that there is no way to support case-insensitivity in terms of keys, except from rewriting the whole provider. Mistakenly in the development phase, we had this trouble a lot; for example, L("Products") and L("products") produces different results. This is very inconvenient for our projects and in my opinion, it should be enabled via configuration or replacing the provider?
1 Answer(s)
-
0
Please follow this issue: https://github.com/aspnetboilerplate/aspnetboilerplate/issues/4680