C# 클래스 SobekCM.Library.Localization.SobekCM_LocalizationInfo

Main class to handle localization of strings into a requested user language
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

SobekCM_LocalizationInfo() 공개 메소드

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
리턴 System.IO

Write_Localization_XML() 공개 메소드

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
리턴 bool