AssemblyRef.AddCulture Method
Set the culture for this external assembly
[Visual Basic]
Public Sub AddCulture( _
ByVal cult As String _
)
[C#]
public void AddCulture(
string cult
);
Parameters
- cult
- the culture string
See Also
AssemblyRef Class | AssemblyRef Members | PEAPI Namespace