Hopefully there will be an easier way of getting localization to work with RIA services soon, but at least it can be done. Here's what you need to do: In your server side project (the web project) add a resource file in a folder called resources.
In your client-side (silverlight) project you will also need to add a folder called resources. Right click the new folder and select "Add existing item". Navigate to your web project folder and select both the "Resources.resx" and "Resources.Designer.cs"...
No comments yet, be the first one to post comment.