Implemented the different languages and added the ability to change cultures. #243

This commit is contained in:
tidusjar 2016-06-24 10:06:03 +01:00
commit 2ec27dce90
11 changed files with 1217 additions and 0 deletions

View file

@ -48,10 +48,17 @@
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="UI.da.resx" />
<EmbeddedResource Include="UI.de.resx" />
<EmbeddedResource Include="UI.es.resx" />
<EmbeddedResource Include="UI.fr.resx" />
<EmbeddedResource Include="UI.it.resx" />
<EmbeddedResource Include="UI.pt.resx" />
<EmbeddedResource Include="UI.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>UI.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="UI.sv.resx" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.