C# Class SobekCM.Library.Localization.SobekCM_LocalizationInfo

Main class to handle localization of strings into a requested user language
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
SobekCM_LocalizationInfo ( ) : System.IO

Constructor for a new instance of the SobekCM_LocalizationInfo class

This sets all the terms for localization to the system default, before any resource file is read

Write_Localization_XML ( string File ) : bool

Write the localization XML source file from the data within this localization object

Method Details

SobekCM_LocalizationInfo() public method

Constructor for a new instance of the SobekCM_LocalizationInfo class
This sets all the terms for localization to the system default, before any resource file is read
public SobekCM_LocalizationInfo ( ) : System.IO
return System.IO

Write_Localization_XML() public method

Write the localization XML source file from the data within this localization object
public Write_Localization_XML ( string File ) : bool
File string Filename for the resulting XML file
return bool