I have read much about .resx files and know that we can also create a custom resource provider which may support db or XML.
I have a requirement however where my keys will contain spaces. Plus I want them in a simple .txt file. No .resx or XML files.
An example would be like:
My Key 1=Hello Dude
My Key 2=Hello world
I was wondering if there is any way to fetch such keys in .net by writing some custom resource provider in C#. Is it possible?