Examples of doNotTranslateFromMainToCurrent()


Examples of com.hlcl.rql.as.Page.doNotTranslateFromMainToCurrent()

    // check page state
    currentPg.isInStateWaitingToBeTranslated();
    System.out.println(currentPg.getStateInfo());

    // translation editor action: do not translate
    currentPg.doNotTranslateFromMainToCurrent();
   
    // do not translate from main to de
    LanguageVariant targetLanguageVariant = project.getLanguageVariantByRfcLanguageId("de");
    currentPg.doNotTranslateFromMainTo(targetLanguageVariant);
   
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.