Copy link to clipboard
Copied
We're just starting with Creative Cloud for teams.
We will deploy the application through Microsoft SCCM and hence are looking at Creative Cloud Packager to create the packages.
Since we have Dutch and French speaking users we'd like to create a MUI package of Acrobat Pro XI to deploy containing both languages. The CCP however only seems to offer a single language. Is it possible to deploy multiple languages?
For Acrobat Reader we're currently deploying the MUI version and that works fine, but we'd like to do the same for the Pro version.
I figured out how to do it. Haven't found it anywher in the ccp UI, but ccp generated an 'ExceptionConfig' file in the Exception directory.
In that file I changed the following:
<Argument name="LANG_LIST">[installLanguage]</Argument>
to
<Argument name="LANG_LIST">en_US,nl_NL,fr_FR,de_DE</Argument>
After that all the specified languages get installed and Acrobat appears in the language of the logged on user.
Copy link to clipboard
Copied
I figured out how to do it. Haven't found it anywher in the ccp UI, but ccp generated an 'ExceptionConfig' file in the Exception directory.
In that file I changed the following:
<Argument name="LANG_LIST">[installLanguage]</Argument>
to
<Argument name="LANG_LIST">en_US,nl_NL,fr_FR,de_DE</Argument>
After that all the specified languages get installed and Acrobat appears in the language of the logged on user.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now