How to edit supported cultures in a Silverlight project

Is there a way to edit the list of cultures supported by the SL project in Visual Studio 2008 using the graphical interface?

I am currently doing this <SupportedCultures>by manually changing the contents of the node in the .cproj file. For instance:

<SupportedCultures>
en, de, es, fr, ja, zh-CN
</SupportedCultures>

Thank.

+3
source share
1 answer

No. I continue to do this in Visual Studio 2010. However, this is not a big problem.

+1
source

Source: https://habr.com/ru/post/1748314/


All Articles