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
- A. Use the CaptionML property and copy the same caption for each language used.
- B. Set the GenerateLockedTranslations feature in the app.json file.
- C. Add the Locked = true parameter to the Caption.
- D. Delete the Caption property.
- E. Copy the same caption for each language in the translation file.
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.