StiOptionsLocalizationLoad Method (String) |
Loads localization from the xml file.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static void Load(
string file
)
Public Shared Sub Load (
file As String
)
Parameters
- file
- Type: SystemString
A file from which localization will be loaded.
See Also