Env.verifyLanguage (m_ctx, l);
Env.setContext(m_ctx, Env.LANGUAGE, l.getAD_Language());
Msg.getMsg(m_ctx, "0");
// Migration
MSystem system = MSystem.get(m_ctx);
if (system.isJustMigrated())
{
statusBar.setStatusLine("Running: After Migration ....", true);
ADialog.info (m_WindowNo, this, "AfterMigration");
Thread.yield();
DB.afterMigration(m_ctx);