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

@@ -148,6 +148,8 @@ Public Class frmValidator
Try
LOGGER.Debug("###frmValidation_Load###")
LOGGER.Debug("Current User Language: [{0}]", USER_LANGUAGE)
' Operation mode is either guessed from service settings
' or explictly set from OperationModeOverride in Params
OperationMode = GetOperationMode()