Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanibal1963 committed Aug 24, 2024
1 parent 7f49be3 commit 0e7635d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CommonCodes/MyDescription.vb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
' ****************************************************************************************************************
'

Imports System.Threading

''' <summary>
''' Definiert ein benutzerdefiniertes Beschreibungsattribut um
''' Elementbeschreibungen aus einer Ressource abzurufen.
Expand All @@ -15,7 +17,7 @@ Friend Class MyDescription


Public Sub New(RessourceName As String)
MyBase.DescriptionValue = My.Resources.ResourceManager.GetString(RessourceName)
MyBase.DescriptionValue = My.Resources.ResourceManager.GetString(RessourceName, Thread.CurrentThread.CurrentUICulture)
End Sub


Expand Down
4 changes: 2 additions & 2 deletions SevenSegmentControl/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Imports Microsoft.VisualBasic
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
' [assembly: AssemblyVersion("1.0.*")]
<Assembly: AssemblyVersion("1.2024.22.08")>
<Assembly: AssemblyFileVersion("1.2024.22.08")>
<Assembly: AssemblyVersion("1.2024.24.08")>
<Assembly: AssemblyFileVersion("1.2024.24.08")>
<Assembly: NeutralResourcesLanguage("de-DE")>

0 comments on commit 0e7635d

Please sign in to comment.