Dear Freidns,
I want to get the language code of the running Excel of the user.
So I put this code:
Sub scheisstest()
Dim LNG_USERLANGUAGE As Long
LNG_USERLANGUAGE = Application.LanguageSettings.LanguageID(msoLanguageIDUI)
'Worksheets("UI").Cells(45, 1).Value = LNG_USERLANGUAGE
End Sub...