hi,
i want to display the button in POWL with russian language . All the fields are displaying in RUSSIAN language , but the thing is the button alone not translating into russian language .
IF l_exit_op IS NOT INITIAL.
ls_action-actionid = gc_action_exit.
ls_action-cardinality = 'I'. "single
ls_action-placementindx = ls_action-placementindx + 1.
ls_action-text = cl_wd_utilities=>get_otr_text_by_alias( 'PTRM_WEB_UI/EXIT' ).
ls_action-tooltip = ls_action-text.
INSERT ls_action INTO TABLE c_action_defs.
ENDIF.
In debugging c_action_defs shows the text in RUSSIAN language , but while ruuning the application it displays in RUSSIAN language,
Pls try to give me the solution...