Translation in Customize
Sebastian Schweer
Hallo Everybody,can anybody told me, how i can use the Translation-Function in the Customizer?
I want to use the Value from the SWA_LD_Text Table, were i have an Value like [@T0000123],
and write it into a Textfield, like
oItem.FrozenRemark = [@T0000123];
Does anybody known an answer?
Best Regards,
Sebastian
Sebastian Schweer
Hi Folks,i have an Solution:
static public int langCode = (int)SwissAddonFramework.B1Connector.GetB1Connector().Company.language;
oItem.FrozenRemarks = LayoutHelper.LD.ReplaceTextParam("[@C0000001]", langCode.ToString());
Still the Table "[@C0000001]" must be exist in "SWA_LD_TEXT", or replace the Code by an existing Table.
Best Regards,
Sebastian
0
Please sign in to leave a comment.
Comments
0 comments