Virtual Agent - how to translate text for the Topic Name (title)Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Description This article explains how you can translate the topic names for the topics used in Virtual agent for other languages used on an instance. Procedure The translation for Topic names is to be created on sys_cs_topic.title (which is of type 'translated_text'). Therefore the translations for this will be created in the sys_translated_text table. The name field of the sys_cs_topic records is not translated so creating any translation records for that field won't provide the desired results. In order to create the translation record for a topic name(title), navigate to the sys_translated_text table and click New to create a new record.First Select the Language for which you need to create the translation for - like French or Spanish or any language you may be using on the instance.Next select the table name as sys_cs_topicThe next step would be to choose the Field Name - this should be selected to Title.Lastly, click on the lookup button next to the Document field. This will load a popup where the Table name is already selected and the Document field is empty.Click on the lookup button next to the document field in this popup. A reference list with the topic records in the sys_cs_topic table shows up.Select the topic you are trying to create the translation for and then Click OK on the popup.Lastly, in the Value field, enter the translation for the name(title) you require. The translation record would look like below: Submit this record. This will create the translation for the Topic name(title) for the desired language. Similar records can be created for other languages or other topics on the instance. Applicable Versions London and Madrid