Forum Discussion
- NisHeraValued Contributor
Hi,
According to this you can use "aqEnvironment.GetLocaleInfo(Locale, Type)" to get any local constant.
and it's not TC but TC calling windows method.
It can get any of these Constance (including LOCALE_SNAME).
- VivekJainNew Contributor
Hi,
Thanks for quick reply.
This seems like LOCALE_SNAME did not work with TestComplete10. But witth TestComplete11, LOCALE_SNAME worked correctly.
Thanks again,
Vivek
- HKosovaSmartBear Alumni (Retired)
You can define the LOCALE_SNAME constant manually:
// JScript
var LOCALE_SNAME = 92; // 0x0000005c
Related Content
- 9 years ago
Recent Discussions
- 4 days ago
- 4 days ago