MS Language und Globix

This commit is contained in:
2021-07-02 14:04:38 +02:00
parent 6675cb2a94
commit ccd0e1d1fb
31 changed files with 1589 additions and 513 deletions

View File

@@ -70,6 +70,7 @@ Public Class frmMatch
Select Case _Language
Case State.UserState.LANG_DE_DE
Dim oResultString = IIf(CreatedTiles = 1, "wurde ein Ergebnis", $"wurden {CreatedTiles} Ergebnisse")
Dim oProfileString = IIf(MatchedProfiles = 1, "einem Profil", $"{MatchedProfiles} Profilen")
Dim oBase = "Es {0} in {1} für Ihre Suche nach '{2}' gefunden:"