Sharepoint Server Design Architecture Customization Troubleshooting and Custom Development
This post adds to Tony Rabun's post "WebParticles: Developing and Using Web User Controls WebParts in Microsoft Office SharePoint Server 2007". Here I show how you can use ASP.NET Local Resource files to localize the strings in the user control that will be wrapped as a web part.
Figure 1 - Generating a resource file for the user control
Figure 2 - Changing the Build Action property to Embedded Resource
Figure 3 - Satellite assembly created in ar-jo folder
Figure 4 - Accessing localized strings from compiled resource files within the code