Language Constructor

MCManager API

Language constructor.

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public Language(
	string code,
	string title,
	string dir
)
Visual Basic (Declaration)
Public Sub New ( _
	code As String, _
	title As String, _
	dir As String _
)
Visual C++
public:
Language(
	String^ code, 
	String^ title, 
	String^ dir
)

Parameters

code
Type: System..::.String
Lang code
title
Type: System..::.String
Lang title
dir
Type: System..::.String
Lang directionality

See Also