Forum .LRN Q&A: Re: Small script for exporting i18n from database to xml-file for all packages

Cato,
that's funny, I'm pretty sure I posted that code snippet and now I can't even find it myself anymore...😊

Here it is:

foreach package_key [apm_enabled_packages] {
        lang::catalog::export_package_to_files $package_key
}

Let me know if you have any other questions!