Interface IGenLang
Creating some files for multi language
Namespace: BuildSystem.ManagerObject.Interfaces
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface IGenLang : IManager
Methods
CreateLangFiles(string, string, string, string, string)
Create multi-language files for .dll and .drc
Declaration
GenLangResult CreateLangFiles(string dllPath, string drcPath, string lngPath, string sectionName, string outXmlPath)
Parameters
Type | Name | Description |
---|---|---|
string | dllPath | File, for which will be generated |
string | drcPath | Path .drc (comes with .dll ordinary) |
string | lngPath | Path to creating .lng |
string | sectionName | Section in creating .lng if it exists. Overrides default value in properties, if this property exists |
string | outXmlPath | Path to creating .xml file. If method creates some .xml file, then this property is important. Overrides default value in properties, if this property exists |
Returns
Type | Description |
---|---|
GenLangResult | Path to created file |
CreateLangFiles(string, string, string?)
Create multi-language files for .dll and .drc
Declaration
GenLangResult CreateLangFiles(string dllPath, string drcPath, string? lngPath)
Parameters
Type | Name | Description |
---|---|---|
string | dllPath | File, for which will be generated |
string | drcPath | Path .drc (comes with .dll ordinary) |
string | lngPath | Path to creating .lng |
Returns
Type | Description |
---|---|
GenLangResult | Path to created file |