Caption = "WARNING: The resource file must be either in the current directory, in the application directory, in the Windows directory or in a directory that is listed in the PATH variable."
FontBold = 0 'False
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = 0 'False
ForeColor = &H00FF0000&
Height = 630
Index = 3
Left = 195
TabIndex = 4
Top = 2835
Width = 4275
End
Begin Label Label1
BackColor = &H00FFFFFF&
Caption = "This example shows how you can know, at run time, the languages provided by a given resource file ."
FontBold = 0 'False
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 630
Index = 0
Left = 1650
TabIndex = 1
Top = 210
Width = 2865
End
Begin Label Label1
BackColor = &H00FFFFFF&
Caption = "Such a way allows you to create a program that supports, at first, a sole language and then add languages in the resource file. The application will now support more than one language without the need to be modified."
FontBold = 0 'False
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 1185
Index = 1
Left = 1650
TabIndex = 2
Top = 870
Width = 2865
End
Begin Label Label1
BackColor = &H00FFFFFF&
Caption = "Run the example and look at the list box."