ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 40 - MB-820 discussion

Report
Export

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?

A.

Use the CaptionML property and copy the same caption for each language used.

Answers
A.

Use the CaptionML property and copy the same caption for each language used.

B.

Set the GenerateLockedTranslations feature in the appjson file.

Answers
B.

Set the GenerateLockedTranslations feature in the appjson file.

C.

Add the Locked = true parameter to the Caption.

Answers
C.

Add the Locked = true parameter to the Caption.

D.

Delete the Caption property.

Answers
D.

Delete the Caption property.

E.

Copy the same caption for each language in the translation file.

Answers
E.

Copy the same caption for each language in the translation file.

Suggested answer: C

Explanation:

To prevent a caption from being translated in an extension for Microsoft Dynamics 365 Business Central, you should add the Locked = true parameter to the Caption (C). This parameter explicitly marks the caption as locked for translation, ensuring that it remains unchanged across different language versions of the extension. This approach is useful for specific terms, brand names, or other elements within the application that should remain consistent regardless of the user's language settings. Unlike the other options, which involve manual manipulation of the translation file or properties, setting Locked = true directly in the AL code provides a clear, maintainable, and error-proof method to exclude specific captions from the translation process.

asked 05/10/2024
David Murinda
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first