Logging for translations

This commit is contained in:
Jonathan Jenne
2022-11-03 09:54:24 +01:00
parent b9f8703e78
commit ba7347faff
3 changed files with 7 additions and 0 deletions

View File

@@ -306,6 +306,7 @@ Public Class ClassControlCreator
Try
control.Text = row.Item("CTRL_CAPTION_LANG")
Catch ex As Exception
Logger.Warn("Label [{0}] does not have a translation!", control.Name)
control.Text = row.Item("CTRL_TEXT")
End Try