Microsoft Dynamics 365 Business Central Developer — Question 49

A company uses Business Central.
The company plans to use a translation file in an extension. The extension has a caption that should not be translated.
You need to prevent the caption from being translated.
What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because adding the Locked = true parameter to the Caption ensures that it remains untranslated in the extension. Option A would still require translation for each language, B does not specifically prevent translation at the caption level, D would eliminate the caption entirely, and E would not achieve the goal of keeping the caption untranslated.