On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

Any way to specify locale folder name with Web Publisher and IDS?

We're looking to move to 6.5 SP2 and take advantage of the global publishing features. Our current solution design has us breaking down our repository by having country sites as web cabinets and any relative country specific content reside in those cabinets. When published out to our web server, we want localized content to be published to folders that only contain the language code, not the language and country code.

Consider this example - our Canadian site has content in both English and French. When we specify "en_CA" and "fr_CA" through the global publishing option in IDS config, upon publish we get the following directory structure on our IDS target:

webroot/

en_CA/

fr_CA/

Ideally, we'd like to have the country code stripped from this automatically:

webroot/

en/

fr/

Is there some way in WP or IDS that we can map each locale to the actual published folder name on the IDS target? We know we can set up individual IDS configs for each of the locales and specify "en" and "fr" as the target, but this defeats the purpose of using global publishing and it means we need to have multiple IDS configs maintained.

Any guidance would be much appreciated. Thanks!

- Terence