In SharePoint 2010 is there any list specific to storing resource string?

What are the other alternatives available to store resource strings in SharePoint?

Thanks.

link|improve this question
feedback

2 Answers

up vote 0 down vote accepted

Check out the free SharePoint development Guidelines. It has a section on dealing with resources / localisation.

link|improve this answer
Awesome! thanks.. – Spt.Admin2324 Jun 28 '10 at 22:30
feedback

SharePoint doesn't have anything internal for managing Resources.

SharePoint does, however, allow you to use regular Resource (resx) files.

link|improve this answer
Thanks Justin... Could you provide me some reference on using Resource files. I have used it with ASP.NET. Is it any different here? – Spt.Admin2324 Jun 25 '10 at 15:13
Also, whats the preferred way? Using Sharepoint Lists or resx? – Spt.Admin2324 Jun 25 '10 at 15:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.