import { ConfigurationState } from"../config/configurationState";
/**
* Returns the name of the currently active Language object
*/exportconstgetLanguage = () => {
returnConfigurationState.getInstance().getLanguage();
};
//# sourceMappingURL=getLanguage.js.map