Localization for Silverlight applications is a bit different, as it has two extra steps.
project.csproj |
Copy Code
|
---|---|
<SupportedCultures>es,en</SupportedCultures> |
The final step is the same in WPF. Change the application thread's culture.
This information just focuses on localizing C1 controls. You will likely have other UI strings that need to be localized too. For more information about Silverlight localization from Microsoft, see Localizing Silverlight-based Applications.