Gustav Brock
Gustav at cactus.dk
Mon Jan 31 02:59:52 CST 2011
Hi Shamil Yes, I have a small project where I would use Silverlight straight, also to gain some knowledge for programming to Windows Phone 7 - we just got our Samsung Omnia 7 last week to replace the seven year old Sony-Ericsson T610 which have served extremely well. I located a book: Pro Business Applications with Silverlight 4 by Chris Anderson http://apress.com/book/view/9781430272076 to obtain some support. /gustav >>> shamil at smsconsulting.spb.ru 31-01-2011 02:22 >>> Hi Gustav -- Thank you for your note. I'm not sure I will use SIlverLight in the development real soon but who knows... Do you use SilverLight "hard way" or via LightSwitch? Thank you. -- Shamil -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Gustav Brock Sent: 30 ?????? 2011 ?. 19:00 To: dba-vb at databaseadvisors.com Subject: [dba-VB] Localizing Silverlight Business Application Hi all I had a lot of trouble adding dynamic culture selection to a Silverlight Business Application. But by combining info from these links I finally succeeded: http://johnlivingstontech.blogspot.com/2010/02/localizing-resources-in-silverlight.html http://msdn.microsoft.com/en-us/library/dd941931(v=vs.95).aspx http://blogs.msdn.com/b/brada/archive/2010/03/22/silverlight-4-ria-services-ready-for-business-localizing-business-application.aspx The missing task which left the login labels untouched, was to add the localized resx files from the web project "as link" to the Web\Resources folder of the main project. This way all text for labels, error messages, tool tips, etc. are kept in separate resx files. Further, select a language in the combobox and the language changes instantaneously. Great! /gustav