How to apply multilingual support
Description
Solution
Function SW_IntOfficeMsg (MsgNo As Integer) As String
Select Case MsgNo
Case 1
If SwLanguage = "EN" Then
SW_IntOfficeMsg = SW_IntOfficeMsgEN1
Else
SW_IntOfficeMsg = SW_IntOfficeMsgNO1
End If
Case 2
If SwLanguage = "EN" Then
SW_IntOfficeMsg = SW_IntOfficeMsgEN2
Else
SW_IntOfficeMsg = SW_IntOfficeMsgNO2
End IfLast updated
Was this helpful?