Interface TranslationManagerHook


  • public interface TranslationManagerHook
    Allows to extend the standard behavior of the TranslationManager when handling translations
    • Method Detail

      • onTrlFileImport

        void onTrlFileImport​(String fileName,
                             String tableName,
                             int updateCount)
        Executed after importing a translation file
        Parameters:
        fileName - the name of the translation file
        tableName - the upper case name of the trl table where records in the translation file are imported
        updateCount - the number of updated records