DNNCommunity / Dnn.StructuredContent

This is a proof of concept for a structured content solution for DNN Platform (formerly known as DotNetNuke). This should not be used in a production environment. Anything can change at this stage of development.
Other
13 stars 5 forks source link

Use ToLowerInvariant() for Better Language Support #61

Open mitchelsellers opened 2 years ago

mitchelsellers commented 2 years ago

String comparisons of names should use ToLowerInvariant() to ensure that characters are consistently converted to lowercase without any current culture behaviors. I can submit a PR for this