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

Hi Peter,

so for the import-part I guess this would do it, right?:

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

or maybe this is better, since its xml-files:

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