Method GetInstance
GetInstance(NameType)
Gets a Lang instance for one of the supported NameTypes.
Declaration
public static Lang GetInstance(NameType nameType)
Parameters
Type | Name | Description |
---|---|---|
NameType | nameType | The NameType to look up. |
Returns
Type | Description |
---|---|
Lang | A Lang encapsulating the language guessing rules for that name type. |