original i want to get the labelid in format @SYSxxxx to translate it
into an other language.
with
LanguageId orglanguageId = infolog.language();
senum = new SysDictEnum( 53 );
infolog.language('en-us');
lid = senum.value2Label(1);
infolog.language(orglanguageId);
i get the labeltext in the correct language without using the labelid.
But thanx for support :-)
Ben
--- In [EMAIL PROTECTED], "onnobid" <[EMAIL PROTECTED]>
wrote:
>
> ???
>
> in previous post you asked for label id in format @SYSxxx.
> Value2Label() returns the label but not the id of the label. What do
> you really mean now?
| Yahoo! Groups Sponsor |
| Get unlimited calls to U.S./Canada |
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

