Fields are not getting translated to the correct language on the form viewIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> When opening any task form (i.e.: incident, change, problem, demand), some of the fields may not get translated to the selected language in the instance (i.e.: Brazilian Portuguese), and still show in default English. Some other fields are successfully translated, causing a confusing user experience. Resolution1 - Enable I18N Debugging. 2 - Check for the translation prefix on the field labels. The prefix will tell which field is causing the translation to fail: For the prefix TRF, navigate to System Localization > Translated Names / Fields.For the prefix MSG, navigate to System Localization > Messages.For the prefix GMLD, navigate to System Localization > Field Labels.For the prefix TRT, navigate to System Localization > Translated Text.For the prefix CHC, navigate to System Localization > Choices. 3 - Navigate to Field Labels, and sort with the table and field name. 4 - Check the language and the translated text. 5 - If the translation is not present, create a new translated text for the field label. 6 - Alternatively, some translations need to be manually corrected if the language is correct but the translated text is not in line with the customer instance requirement.