optionalLanguage

Safely register an additional Language from a class name. If the Language given by the class name could not be loaded or instantiated, no Language is registered and no error is thrown. Please have a look at registerLanguage if an error should be thrown in case the language could not be registered.

Parameters

className

Fully qualified class name (FQN) of a Language class

See also