API Reference GuideInterfacesICommonFunctionsGetClientLanguageOn this pageGetClientLanguageDescriptionReturns language code of current client language.Syntax// ICommonFunctions is binded into the MFiles global objectconst result = await MFiles.GetClientLanguage();Return typeTypeDescriptionPromise < string >The language code of current client language.