ILanguage Interface

C# Language Manager

ILanguage Interface

[Missing <summary> documentation for "T:Languages.Interfaces.ILanguage"]

Namespace:  Languages.Interfaces
Assembly:  Languages (in Languages.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
public interface ILanguage
Public Interface ILanguage

The ILanguage type exposes the following members.

Properties
  NameDescription
Public propertyIdentifier
Public propertyName
Public propertyWords
Top
Methods
  NameDescription
Public methodGetCulture
Public methodGetWord
Top
Remarks

[Missing <remarks> documentation for "T:Languages.Interfaces.ILanguage"]

See Also