<%@ page import="org.opencms.workplace.tools.content.*" %><% // initialize the workplace class CmsElementChangeLocaleDialog wp = new CmsElementChangeLocaleDialog(pageContext, request, response); // perform the dialog display action wp.displayDialog(); %>