Dynamic translation is not translating Custom topics Issue The Dynamic Translation feature is enabled for Spanish, Japanese, Portugal, French, and German, and detects well. However, in Virtual agent it only translates system messages and does not translate Custom topics or KB articles created as requested. ReleaseAllCauseThe observed behavior is due to platform design, where Dynamic Translation in Virtual Agent primarily applies to runtime conversational content (such as user inputs and bot responses) and does not consistently apply to topic metadata such as the topic name. Custom topics do not have pre-seeded translation records, and manual localization is required to translate topic names.Resolution1. Add translations for the topic name using the Virtual Agent Designer (Translations tab) by selecting the desired language and entering the translated topic name. 2. Alternatively, create corresponding entries in the sys_translated_text table for the desired languages, specifying the document as the topic (sys_cs_topic), the field as name, the language as the target language, and the value as the translated name. 3. Ensure the appropriate language is enabled for the user to display the translated topic name as expected.