8
shouts

Localization with RIA Services and Silverlight

published 96 days, 9 hours, 3 minutes ago posted by http://micahlmartin.myopenid.com/http://micahlmartin.myopenid.com/ 98 days, 11 hours, 46 minutes ago
Sunday, December 13, 2009 8:45:31 AM GMT Friday, December 11, 2009 6:02:50 AM GMT

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"...

category: Silverlight | clicked: 60 | | source: www.codingcontext.com | show counter code
tags: Localization, RIA Services, Silverlight