#Generate the frame definition. The only reason we need this is to insert the language name. BEGIN{ getline lgname < "language"; printf("\n\n%s Dictionary\n\n\n\t\n\t\n\n\n",lgname); }