 | ToolsUpdateUILocaleT Method |
A helper for setting the UI locale when creating dialogs that use language resource-files.
Namespace: CTExtensionsAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic static T UpdateUILocale<T>(
CTBuiltInExtension parent,
Func<T> func
)
Public Shared Function UpdateUILocale(Of T) (
parent As CTBuiltInExtension,
func As Func(Of T)
) As T
Parameters
- parent CTBuiltInExtension
- func FuncT
- Function that returns the dialog
Type Parameters
- T
Return Value
T
See Also