Skip to content

ResourceFile Property

Description

Get/Set the path to a resource file for translated strings and dialogs.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property ResourceFile() As String

Remarks

This code should be placed in the Form_Initialize event of the main form.

Example

This sample illustrates how to change the language with a resource file.

Private Sub Form_Initialize()  
    SuiteControlsGlobalSettings.ResourceFile = App.Path & "XTPResourceDe.dll"  
End Sub

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.