Here, I write a code for getting Assemble information of Project.
Get Company Name:
Get Company Name:
string str = "This Company Name is" + " " + Application.CompanyName;
MessageBox.Show(str);
Get Current Input Language:MessageBox.Show(str);
string CurrentInputlan = "Current Input Language is " + " " + Application.CurrentInputLanguage.Culture.EnglishName;
MessageBox.Show(CurrentInputlan);
Get Product Name:MessageBox.Show(CurrentInputlan);
string prtName = "Product Name is " + " " + Application.ProductName;
MessageBox.Show(prtName);
Get Product Version :MessageBox.Show(prtName);
string prtVersion = "Product Version is " + " " + Application.ProductVersion;
MessageBox.Show(prtVersion);
MessageBox.Show(prtVersion);