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.
source
share