wish: get language

Cor

Active Member
Licensed User
Longtime User
I need for my program get language

so i can set menu and text to language of phone

grCor
 

Anuj_Singh

Member
Licensed User
Longtime User
But Erel there is one Library VisualNet why don't you just provide it.
It will solve language conversion problem.
 

Anuj_Singh

Member
Licensed User
Longtime User
Here I attach this library.
This library provided by Mr. Alberto Iglesias.

He provide following code.

Look this example: To change the locate to PORTUGUESE/BRAZIL, I put this lines and thats it!

Dim objVisualNet As VisualNet
objVisualNet.Initialize("VisualNet")
objVisualNet.ChangeLocale("pt","BR")
 

Attachments

  • VisualNetLib110.zip
    3.6 KB · Views: 250
Top