UserGetLanguage Method | |
Get language name by user name
Namespace:
SOWIApp.Management
Assembly:
SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static string GetLanguage(
string pUserName
)
Public Shared Function GetLanguage (
pUserName As String
) As String
Parameters
- pUserName
- Type: SystemString
[Missing <param name="pUserName"/> documentation for "M:SOWIApp.Management.User.GetLanguage(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:SOWIApp.Management.User.GetLanguage(System.String)"]
See Also