MS Update dll

This commit is contained in:
2023-03-23 13:46:26 +01:00
parent 5cb9aed5aa
commit e4c4b2e7fe
7 changed files with 11 additions and 8 deletions

View File

@@ -11,9 +11,9 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyTitle("Search Flow")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Digital Data")>
<Assembly: AssemblyProduct("Search Flow")>
<Assembly: AssemblyProduct("Easy Flow")>
<Assembly: AssemblyCopyright("Copyright © 2022")>
<Assembly: AssemblyTrademark("2.6.0.4")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>

View File

@@ -94,7 +94,7 @@ Namespace My
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("")> _
Global.System.Configuration.DefaultSettingValueAttribute("en-US")> _
Public ReadOnly Property SYS_Override_Language() As String
Get
Return CType(Me("SYS_Override_Language"),String)

View File

@@ -20,7 +20,7 @@
<Value Profile="(Default)">Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</Value>
</Setting>
<Setting Name="SYS_Override_Language" Type="System.String" Scope="Application">
<Value Profile="(Default)" />
<Value Profile="(Default)">en-US</Value>
</Setting>
</Settings>
</SettingsFile>