2

I am trying to change the display language in design time in windows phone. Basically, I have two AppResources files each populated with localized strings. In my text boxes I have bound it like this: TextBlock Text="{Binding Path=LocalizedResources.Title, Source={StaticResource LocalizedStrings}}"

What I want is a way to change the design time language so I can see the content of the textblock in any of the two languages. I have tried manipulating [assembly: NeutralResourcesLanguageAttribute("en-US")] and it worked first but it is no longer working for some reason.

Any idea how can I switch languages (resource files) in design time in windows phone 8?

4

1 回答 1

0

以下是有关全球化您的应用程序和示例的信息。

于 2013-06-10T13:59:22.053 回答