Dynamic translation not working on virtual agent<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } ProblemWhen switching languages in the chat, it is not translating correctly. Root CauseInstance was using a custom deprecated dynamic translation version (V3) Steps to Resolve1. Go the activated custom deprecated dynamic translation on => /sn_dt_translator_configuration_list.do (Search by Version = V3)2. Uncheck -- Mark as default for detection- Mark as default for translation3. Save4. Inactivate that record5. Go to the supported translation (V4) => /sn_dt_translator_configuration_list.do (Search by Version = V4)6. Check -- Mark as default for detection- Mark as default for translation- Active7. Save8. Do cache.do9. Reproduce the issue and now translation is working fine