Language attribute at .exe or .dll .Net file

  • Thread starter Thread starter Alexander Ardatov
  • Start date Start date
A

Alexander Ardatov

Hello!

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 those
files then 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)" but can't! (it's company
rules)

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?

We make several builds per day and I need automatic way to set this
attribute.

(I know that I can open exe or dll files at VS and change Language attribute
manually but I need automatic way)

Thanks,
Alex
 
Back
Top