I'm not sure if there is standart function to translate amount to text
in standard Axapta. We have it in our local DIS layer though.
If you need a label text in some defined language, you may want use
something like this:
LanguageId languageId = "Tr";
Label label = new Label(languageId);
str labelStr;
;
labelStr = label.extractString(literalstr("@SYS26620"));
Regards,
min2sia
>
> Hi all,
>
> I want to use Amount2Txt function in 2 different languages(i.e. Tr &
en-us) on same inovice.
>
> How can i do this.
>
> ....
>
>
> can't we get the English text of -for example- @SYS...01 while
using Axapta in non-En Language...
| Yahoo! Groups Sponsor | |
|
|
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.

