RhinoScript - current view "Top" not working with German

I am having to catch the local ID to change the current view to “Top” .

If rhino.LocaleID = 1031 Then
	Dim tview
	tview = "Drauf"
	
Else
	tview = "Top"
	
End If

All the other viewports update normally. Is this a bug ?

thx

Maybe. Are you using the CurrentView method? What service release of Rhino do you have?

Version 5 SR9 - I am using the CurrentView method.

thx

Got it, thanks.

– Dale