|
by Andrea Boschin via Silverlight & XAML Playground on 11/25/2010 11:07:04 PM
If you evere tryied to localize a Silverlight application, you have found for sure that it is not a straighforward task. Like all the other .NET tecnologies the Silverlight projects has resource files and you can create satellite assemblies to contains culture specific strings. But the problem is that it is not so easy to bring this string to the interface. When you create a resx file Visual Studio generates a code file with a class ready to be used to read the strings. You can also choose to
... [ read more ]
|