Hello Alex,
The usual practice is to open Syntax and Paradigms. For instance
concrete ApplicationEng of Application = open SyntaxEng, ParadigmsEng in {...}
Syntax gives access to all shared functions and structural words, whereas Paradigms gives the morphological functions of each language.
If you want to test the RGL in the GF shell, you can do
import -retain alltenses/TryEng.gfo
which contains both of those modules, plus some more.
See
for the practices. The API documentation
also gives examples, plus an up to date documentation of the RGL.
Regards
Aarne.