WikiFunctions.Variables.SetProject C# (CSharp) Method

SetProject() public static method

Sets different language variables, such as namespaces. Default is english Wikipedia
public static SetProject ( string langCode, ProjectEnum projectName ) : void
langCode string The language code, default is en
projectName ProjectEnum The project name default is Wikipedia
return void
        public static void SetProject(string langCode, ProjectEnum projectName)
        {
            SetProject(langCode, projectName, "", "https://");
        }

Same methods

Variables::SetProject ( string langCode, ProjectEnum projectName, string customProject, string protocol ) : void