Page 1 of 1

Language specific validation

Posted: Tue Dec 08, 2015 9:19 am
by aggarwan
File selection dialog is standard Microsoft control and its title is language specific. I have added a mouse click event on Tool bar where title is being checked.

At this step I would like to check what is my application/OS language and based on that I would like to pick language specific title from excel sheet.

Please suggest how I can achieve the same using Ranorex.

Re: Language specific validation

Posted: Thu Dec 10, 2015 1:30 pm
by Support Team
Hello aggarwan,

In order to get the language of your operating system you can use the CultureInfo class from the .NET framework.
A very good description how to use it can be found on the stackoverflow website.

I hope this helps solving the problem.

Regards,
Bernhard