Logging for translations
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user