Click here to Skip to main content
15,914,902 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a varible named "query" below which gets the string from database.
string query = (from p in db.FixDays where p.Id == usrfixday.FixDayId select p.Day).Single();

Varibale "query" gets the string.it gets string like "kumar".Now i want to convert the string into five cultures and store it in database.


Please help.

Thanks
Posted
Comments
thatraja 17-Dec-13 10:57am    
Share the sample outputs
Maciej Los 17-Dec-13 17:32pm    
Not clear! Please, provide more details...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900