How To Edit Supported Cultures In a Silverlight Project
Posted
by Humanier
on Stack Overflow
See other posts from Stack Overflow
or by Humanier
Published on 2010-06-03T09:10:30Z
Indexed on
2010/06/03
9:14 UTC
Read the original article
Hit count: 225
Is there any way to edit list of cultures supported by a SL project in Visual Studio 2008 using GUI?
Currently I'm doing this by changing content of <SupportedCultures>
node in the .cproj file manually. For example:
<SupportedCultures>
en, de, es, fr, ja, zh-CN
</SupportedCultures>
Thank you.
© Stack Overflow or respective owner