NeutralResourcesLanguage Usage
This attribute (not a setting) can be defined in project properties, like so
- In Solution Explorer, right-click your project, and then Click Properties.
- From the left navigation bar select Application, and then click Assembly Information.
- In the Assembly Information dialog box, select the language from the Neutral Language drop-down list.
- Click OK.
In .Net core projects you can specify it in csproj
:
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<NeutralLanguage>fr</NeutralLanguage>
</PropertyGroup>
or using Visual studio
:
- In Solution Explorer, right-click your project, and then Click
Properties
. - From the left navigation bar select
Package
- Select value for
Assembly neutral language