Language attribute at application’s exe/dll files.

Hello All!

I have build my application (It's consist of 2 assemblies) and gets 2 files app.exe and app2.dll

So when I open Windows Explorer and click (right button :)) on any of files, select "Properties" from popup menu and than select Version tab the Language attribute value is always "Language Neutral".

It need to put there "English (United States)" (company rules) but can’t! 

Using of 
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguageAttribute("")] 
at AssemblyInfo.cs file gives no result. Always - Language Neutral

The application has no Multilanguage support. Only English

Can someone help me

Thanks,
Alex


Answer this question

Language attribute at application’s exe/dll files.