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