i have a problem with variation site in sharepoint publishing portal. i have created two labels (english and french) in that portal. English is the source site.
I have a requirement like when a new page gets published in english site, it should also gets created @french site automatically. This is available OOTB in variation sites. but when the same page gets changed and if it gets republished @English site, it should not replace that page @French site...
How can i do that??
Do i have to create ItemEventReceiver? like on item update of pages library of french site and check if it is already exists.. or what?
Please provide your review on that..