I solved this problem by making a slight modification to: applications/product/src/org/ofbiz/product/product/ProductEvents.java
As outlined in the following Jira: https://issues.apache.org/jira/browse/OFBIZ-4412 There is a simple patch available. > > On Wed, 2011-09-07 at 10:43 -0700, Mike wrote: >> I'm interested in having multiple mount points to support various >> languages. For instance: >> >> http://www.domain.com/en/control/main >> http://www,domain.com/fr/control/main >> ...etc.. >> >> Is there an easy way to force ofbiz (hopefully using a single website >> store) to render a certain language based on mount point, or do I >> have to do fancy Apache redirects. >> >> I'm hoping that doing this, along with using sitemaps.xml would allow >> a site to be indexed in multiple languages. >> >> Does anyone have an example on how to do this? > > > >
