Mark Barto's Blog
Technical Blog about the Microsoft .NET Platform and everything that surrounds it such as .Net, C#, BizTalk, WCF, ASP.NET, SQL, Silverlight, IIS ...SharePoint, Visual Studio 2010: Localization within WebPart
We have created a WebPart within Visual Studio 2010 for SharePoint 2010. We want to use localization within this WebPart but the usage of getting a resource element works different.
Instead of using the Resources class you use the GetLocalizedString method within the SPUtility class.
Read More ...