1. Home
  2. Docs
  3. ZL WebGL Player
  4. Callbacks & Hooks
  5. Global Actions

Global Actions

            
              ## Global action

* setInfo:  Set the text information.
  * Multilingual:
  
        setInfo({
          "cn": { 
            "clickLoad": "点击加载", 
            "wheelInfo": "使用Shfit+鼠标滚轮进行缩放" },
          "de": {
            "clickLoad": "Klicken Sie zum Laden",
            "wheelInfo": "Verwenden Sie Shift+Mausrad zum Zoomen"
          },
          "en": {
            "clickLoad": "Click to load",
            "wheelInfo": "Use Shift+mouse wheel to zoom"
          },
        })

  * Monolingual:

        setInfo({
          "clickLoad": "Click to load",
          "wheelInfo": "Use Shift+mouse wheel to zoom"
        })
              
          

How can we help?