Skip to content

Commit 9a57a20

Browse files
authored
Update translation.md
1 parent 7665493 commit 9a57a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development/translation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ outline: [2, 4]
55

66
In UI5 development, translations are typically managed through i18n files, with translation content stored in frontend artifacts. In abap2UI5, however, since all apps reside on the ABAP backend, we can leverage ABAP's built-in translation mechanisms, such as text elements or message classes.
77

8-
### Text Elements
8+
### Text Element
99
The message can be translated using the ABAP text element mechanism, making it available in different languages without changing the code:
1010
```abap
1111
METHOD z2ui5_if_app~main.
@@ -27,7 +27,7 @@ METHOD z2ui5_if_app~main.
2727
ENDMETHOD.
2828
```
2929

30-
### Data Elements
30+
### Data Element
3131
You can also retrieve and display the short, medium, or long descriptions of data elements (DD04T). Here’s how to access these text types programmatically:
3232

3333
::: code-group

0 commit comments

Comments
 (0)