Multi Language use of Date Formulas

dba_akudba_aku Member Posts: 13
I need a help on using date formulas in Navision 4.0

I want to calculate a one month before for the current month. In English you can use 'CM-1M'. I want to know how to use it in language like German and French.

And the same time want to identify the Current language that use in the current session.

I use to identify the language
LangID := GLOBALLANGUAGE; LangID is an integer variable used to take the value of the language.

but it needs to rememeber the integer no of Language (like 1033 for English etc..). Is there any easy way of doing this also?

Answers

  • MBergerMBerger Member Posts: 413
    You can use the English notation for dateformulas in any language, as long as you put <> around it.
  • dba_akudba_aku Member Posts: 13
    It really worked. Thank you very much
Sign In or Register to comment.