Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: error while converting upper case html tag to lower case html tag problem
Re: error while converting upper case html tag to lower case html tag problem
08-25-2007, 5:56 AM
coffeemate
Joined on 08-08-2007
Posts 5
Re: error while converting upper case html tag to lower case html tag problem
Reply
Quote
resolved with trick :
System.Threading.Thread.CurrentThread.CurrentCulture = CultureInfo.GetCulture("en-US");
System.Threading.Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCulture("tr-TR");
for anyone faced with this problem
View Complete Thread