Sets the culture that is used by Language Aliasing.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SetCurrentCultureName(
string cultureName
) |
Visual Basic |
---|
Public Sub SetCurrentCultureName ( _
cultureName As String _
) |
JScript |
---|
public function SetCurrentCultureName(
cultureName : String
) |
Parameters
- cultureName
- Type: System..::..String
The name of culture that should be used by Language Aliasing.
The format for the culture name is languagecode-regioncode, where languagecode is the
language code and regioncode is the subculture (country) code. For example, "en-US" for
English (United States).
See Also