Hi,

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
ADVERTISEMENT


Yahoo! Groups Links

Reply via email to