Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV (Archived)

Export NAV language without tooltips

Posted on by 775

Hello,

Is there any way via powershell to Export NAV Language without tooltips?

Thanks in advance!

*This post is locked for comments

  • Suggested answer
    keoma Profile Picture
    keoma 32,675 on at
    RE: Export NAV language without tooltips

    to process the exported textfile in powershell you could use code like

    foreach($line in Get-Content .\file.txt) {

       if($line -match $regex){

           # work here

       }

    }

  • Verified answer
    Martinho Costa Profile Picture
    Martinho Costa 775 on at
    RE: Export NAV language without tooltips

    Thanks for your help. I was expecting that powershell could do it in a more direct way via parameters but workarounds work also ofc. I did something similar. I've marked and bookmarked all the lines containing "P8631-1033-L999" on notepad++ and in the search menu deleted all the bookmarked lines.

  • Verified answer
    keoma Profile Picture
    keoma 32,675 on at
    RE: Export NAV language without tooltips

    open the exported language file (e.g. languages.txt) in excel, separate the contents in 2 columns, delimiter is ':'.

    activate filters for the columns

    filter first column (Tags, e.g. R4-N2-C1-P8631-A1033-L999) with text filter "Ends not with P8631-A1033-L999"

    select the filtered lines, copy that contents to a new excel tab.

    voila! thats the exported language contents without all the tooltips. export the 2. tab as text file with the same format.

     

    for all, who are not familiar with exporting the language captions using powershell:

    * export all nav objects as text with cmdlet Export-NAVApplicationObject, creates text file allobjects.txt

    * export all captions using cmdlet Export-NAVApplicationObjectLanguage, file allobjects.txt is given as parameter

    for details follow valgameiro.com/how-to-export-translations-from-a-nav-2015-database-using-powershell

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans