views:

17

answers:

0

Is there a way to specify the <SupportedCulture> from code behind? Or is there any way I can avoid specifying this tag in the project file?

Edit: For HiTech Magic's comment.

I have sample browser contains, multiple samples. All will be dynamically displayed in the sample browser. What I'll create is Only XAML and it's code behind. My sample browser control will pick the files from the folder and display it in the sample browser. What I'm trying is, if I have the resx file and XAML and CS file my sample folder. The localization should work for me. For, this I'll not be able to edit the app it hosts these XAML's. To be specific I don't even have idea where the Sample hosting application will be.