Searched refs:isoCountryStr (Results 1 – 2 of 2) sorted by relevance
255 Dim isoCountryStr As String variable264 isoCountryStr = GetUserLocaleInfo(sysLCID, LOCALE_SISO3166CTRYNAME)399 Dim isoCountryStr As String variable407 isoCountryStr = GetUserLocaleInfo(userLCID, LOCALE_SISO3166CTRYNAME)418 fileName = fso.GetAbsolutePathName(RES_PREFIX & isoLangStr & "-" & isoCountryStr & ".dll")427 isoCountryStr = GetUserLocaleInfo(sysLCID, LOCALE_SISO3166CTRYNAME)429 … fileName = fso.GetAbsolutePathName(RES_PREFIX & isoLangStr & "-" & isoCountryStr & ".dll")
3390 Dim isoCountryStr As String variable3401 isoCountryStr = GetUserLocaleInfo(userLCID, LOCALE_SISO3166CTRYNAME)3412 …If fso.FileExists(fso.GetAbsolutePathName(langDir & "\" & isoLangStr & "-" & isoCountryStr & ".dat…3413 …ceDataFileName = fso.GetAbsolutePathName(langDir & "\" & isoLangStr & "-" & isoCountryStr & ".dat")3418 isoCountryStr = GetUserLocaleInfo(sysLCID, LOCALE_SISO3166CTRYNAME)3420 …If fso.FileExists(fso.GetAbsolutePathName(langDir & "\" & isoLangStr & "-" & isoCountryStr & ".dat…3421 …ceDataFileName = fso.GetAbsolutePathName(langDir & "\" & isoLangStr & "-" & isoCountryStr & ".dat")
Completed in 49 milliseconds