What is the use of get_lang() function in winrunner

Showing Answers 1 - 5 of 5 Answers

Ravi

  • Nov 28th, 2005
 

get_lang()

  Was this answer useful?  Yes

shanthi

  • Dec 8th, 2005
 

get_lang()

This is a reserved word in the winrunner

  Was this answer useful?  Yes

get_lang function the language settings of ur system.

str=get_lang();
printf(str);

Now str has the value of ENU means "English(United States)".

To check what str points, follow below navigation  in ur desktop:

Start menu -> Settings -> Control Panel -> Regional Options -> General Tab.

Observe the Settings for the current user tab and your locale list box option.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions