NAS Application Language

ta5
Member Posts: 1,164
Hi
We want to save some error messages occured in NAS. The messages are handled via the Timer::TimerError-Event of the NavisionTimer Object.
Seems to work, but would be fine if the messages could be in a different language (in my case german). I tried GLOBALLANGUAGE(2055) without success.
Any ideas?
Regards
Thomas
We want to save some error messages occured in NAS. The messages are handled via the Timer::TimerError-Event of the NavisionTimer Object.
Seems to work, but would be fine if the messages could be in a different language (in my case german). I tried GLOBALLANGUAGE(2055) without success.
Any ideas?
Regards
Thomas
0
Answers
-
We use this function at the beginning of Codeunit 1:"NAS Handler":
// Attention: Language Directories must be copied from Client Directory into the NAS Directory manually !!! lbn_LanguageOK := TRUE; IF lrc_EDISetup.GET() THEN BEGIN lbn_LanguageOK := FALSE; IF lrc_WindowsLanguage.GET(lrc_EDISetup."NAS Language Code") THEN BEGIN IF (lrc_WindowsLanguage."STX File Exist") AND (lrc_WindowsLanguage."ETX File Exist") THEN BEGIN GLOBALLANGUAGE(lrc_WindowsLanguage."Language ID"); lbn_LanguageOK := TRUE; END ELSE MESSAGE(INF_NO_STX_ETX_FOUND, lrc_WindowsLanguage."Language ID", lrc_WindowsLanguage.Name) END ELSE MESSAGE(INF_CODE_NOT_FOUND, lrc_EDISetup."NAS Language Code"); END; IF lbn_LanguageOK THEN IF lrc_WindowsLanguage.GET(GLOBALLANGUAGE) THEN MESSAGE(INF_LANGUAGE, GLOBALLANGUAGE, lrc_WindowsLanguage.Name);
The usage of lbn_LanguageOK seems to be a little bit confused but this depends on the initialization messages following in our EDI Module.0 -
Hi
Thank you for your help. I copied the Language Directories to the NAS Client (as written in your code snippet) and it works like a charm!
Many thanks (DEU=Vielen Dank)
Thomas0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions