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.
Language specific validation
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Language specific validation
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
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