Base solution for your next web application
Open Closed

Case Insensitive Xml based localization support? XmlEmbeddedFileLocalization #7273


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team

    Please follow this issue: https://github.com/aspnetboilerplate/aspnetboilerplate/issues/4680