GetNatDLL Function | |
Get the current DLL for nation-dependent operations and messages.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax Remarks
The default library for nation-dependent operations is VO28NAT.DLL, but you can change it using SetNatDLL(). GetNatDLL() returns the current setting for the nation-dependent DLL.
Examples
This example shows the difference in the return value of GetNatDLL() before and after a call to SetNatDLL():
1? GetNatDLL()
2? SetNatDLL("GERMAN.DLL")
3? GetNatDLL()
See Also