Glossary Item Box

LabDevTools Send comments on this topic.

Language

Localizable current language. 

 

[Visual Basic]
Public Property Language As LocalLanguage 
[C#]
public LocalLanguage Language {get; set;}

 

[Visual Basic]

Public Enum LocalLanguage As Byte
     English
     Italian
     Chinese
End Enum

 

[C#]

public enum LocalLanguage : byte

{

     English,
     Italian,
     Chinese
}

 

So that the modifications brought to the Language property of the LabDevTools control come visualized in all the opened windows of project, are necessary to rebuild the project.

 

The language used in discretion of the property from the IDE of development NET is that one set up on the last LabDevTools control inserted on the form.

 

The currently implemented languages are English (language of default), the Italian and the Chinese.

 

 
Language = LocalLanguage.English
 
 
Language = LocalLanguage.Italian
 
 
Language = LocalLanguage.Chinese
Observations:
Of default it is english:
Language = LocalLanguage.English 

 


Copyright © 2007 LabDevTools. All Rights Reserved.