diff --git a/renderdocui/Properties/AssemblyInfo.cs b/renderdocui/Properties/AssemblyInfo.cs index 6318a0640..080f0259d 100644 --- a/renderdocui/Properties/AssemblyInfo.cs +++ b/renderdocui/Properties/AssemblyInfo.cs @@ -26,6 +26,7 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; +using System.Resources; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -61,4 +62,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyFileVersion("0.22.0.0")] // this can be replaced with the git hash of the commit being built from e.g. in a script -[assembly: AssemblyInformationalVersion("NO_GIT_COMMIT_HASH_DEFINED")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("NO_GIT_COMMIT_HASH_DEFINED")] +[assembly: NeutralResourcesLanguageAttribute("en-GB")]