问题
I made an event handler for the publish:end event - I'm able to get which item is being published - how do I get the languages the user chose in the publish options?
回答1:
Figured this out - actually the publish:end event hits once for every language - and you get get the language that is being published by doing EventArgs[0].Options.Language
来源:https://stackoverflow.com/questions/12698876/get-languages-chosen-for-publish-in-publishend-event