I´m back on this. Now i have start a new project and have use this auto-detection again, but now the language not change
Global Variable "language" - Type = text - Initial value = "" (empty)
System -> set variable "language" to Browser.Language
System go to Layout .....
Next Layout:
Variable "language" = "en-US" -> Set animation to frame "0"
Else
Variable "language" = "de-DE" -> Set animation to frame "1"
But it not change the animation frame "0" to "1" (0 is a english picture - 1 is german a german picture)
It also not work when i insert the Variable directly in the Layout where the language "de-DE" is requested. It also not work with "Texts" - What i´m doing wrong?
EDIT:
So, now i have test to use the "en-US" for the german pictures and when i say "variable "language" = "en-US" then the picture frame change to the german texts. I think Node Webkit do not detect the Language-Codes...