persian (farsi) language in sharepoint
I want to develope persian calender and also persian language pack for sharepoint server ,is anybody have a roadmap for this job ?
March 19th, 2010 2:02pm

A language pack has already been developed for Farsi by EdSoft at http://www.edsoft.ir I've also seen a community that might be of interest for you on http://www.persiansharepoint.com but I don't speak Persian so I don't know how active it is. Hope that helps.http://www.final-exodus.net
Free Windows Admin Tool Kit Click here and download it now
March 19th, 2010 3:22pm

If you want to do code, thne you can try following code SPSite calSite = new SPsite("http://portal");SPWeb calWeb = calSite.OpenWeb();SPFieldDateTime calFieldDateTime = new calFieldDateTime(calWeb.Fields, "date");calFieldDateTime.CalendarType = SPCalendarType.Persian;calFieldDateTime.DisplayFormat = SPDateTimeFieldFormatType.DateTime;DateTime calMyDate = calWeb.RegionalSettings.TimeZone.LocalTimetoUTC(DateTime.Now);string persianDate = calFieldDateTime.GetFieldValueAsText(calMydate); If you debug the date it will show you the date in persian format.Ashish Kanoongo, MCP, MCSD, MCTS
March 20th, 2010 7:48am

hi ,,, thank u so much steven , I know edsoft , but I dont want to use that ,and I want to develope a package with persian calender for our company sepratedly ,so looking for a roadmap to do this job ... thank u so much
Free Windows Admin Tool Kit Click here and download it now
March 29th, 2010 10:08am

hi ashish, thank u for your reply , would u please give me some hand that where can I insert these script , should I create a webpart or a site with VS or SPD ?
April 12th, 2010 12:33pm

Hi Kavand, You can get more information about your questions in "Persian SharePoint Community" and "Persian SharePoint Wiki" . Regards, Arash AghajaniArash Aghajani - http://PSPCommunity.org (Persian SharePoint Community) Blog: http://pspcommunity.org/blogs/arash
Free Windows Admin Tool Kit Click here and download it now
August 9th, 2010 6:35pm

Join us to finish this free project: it is persian language pack for SharePoint foundation 2010 http://sharepointpersian.codeplex.com/
August 14th, 2010 9:06am

you can download it from here : http://www.vistarayan.com/SitePages/fa/SharePoint2010Farsi.aspx
Free Windows Admin Tool Kit Click here and download it now
May 14th, 2011 8:10am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics