Options

Danish (DAN) Language Translation Incorrect

bestianhowbestianhow Member Posts: 120
edited 2019-02-26 in NAV Three Tier
Hi Expert,
I'm trying to use Import-NAVApplicationObjectLanguage to import DAN language to Result.txt.
I got 2 times to import language:
1) First, import the last version of customization, the character is appear correct.
DAN=Ove&rs‘ttelse
2) Second, import the NAVDK current version, the character is appear incorrect.
DAN=Ove&rsÈttelse


PowerShell Script
==============
Import-NAVApplicationObjectLanguage -Destination $Result_WithCR -LanguagePath $Last_Lang -Source $AllObjFilePath -LanguageId DAN -Encoding OEM

Import-NAVApplicationObjectLanguage -Destination $Result_WithCRFinal -LanguagePath $Current_Lang -Source $Result_WithCR -LanguageId DAN -Encoding OEM

Thanks in advance.






Sign In or Register to comment.