Microsoft.VisualBasic.Strings.StrConv

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I can successfully return a traditional String by following code when user's
OS is XP, but it return empty string when user's OS is 98, how can i slove
it??

iString = Microsoft.VisualBasic.Strings.StrConv(iString,
VbStrConv.TraditionalChinese, 2052)

YAN
 
YAN,

I do not know direct the solution, the only what I saw in W9x computers was
that language settings do not much for languages. That is (was) managed
using the keyboard setting.

Maybe it helps something

Cor
 
YAN said:
I can successfully return a traditional String by following
code when user's OS is XP, but it return empty string when
user's OS is 98, how can i slove it??

iString = Microsoft.VisualBasic.Strings.StrConv(iString,
VbStrConv.TraditionalChinese, 2052)

Maybe this is caused by the limited support for Unicode in Windows 98.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top