This forum is closed. Thank you for your contributions.
does SPWeb .Title returns localized value?
SPWeb web = new SPWeb ();
string title = web.Title;
shwetank
Hi,
According to MSDN, Yes it return culture info.
"The UICulture property of the SPWeb class returns a CultureInfo object with information about the default language."
Read below MSDN article for more info:
http://msdn.microsoft.com/en-us/library/ff800886.aspx
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spweb.title.aspx
Hope it could help
Cheers, Hemendra-MCTS "Yesterday is just a memory,Tomorrow we may never see"