UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines 271 B
import { ConfigurationState } from "../config/configurationState"; /** * Returns the name of the currently active Language object */ export const getLanguage = () => { return ConfigurationState.getInstance().getLanguage(); }; //# sourceMappingURL=getLanguage.js.map