Hi Friends,
I need to replace accents in the string to their english equivalents
for example
ä = ae
ö = oe
Ö = Oe
ü = ue
I know to strip of them from string but i was unaware about replacement.
Please let me know if you have some suggestions. I am coding in C#