Jump to content

Search the Community

Showing results for tags 'gui localiztion'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 1 result

  1. GUI localization

    Hi, I want to translate the gui text to cinese, and I follow the manual and refered system.h, I added below lines at the begin of unigine.cpp in my project: --unigine.cpp int init() { engine.gui.setFont("SIMYOU.TTF"); string systemUIName = "core/unigine.ui"; string languages[] = ("English", "Russian", "Chinese"); string locales[] = ("core/locale/unigine.locale:en","core/locale/unigine.locale:ru", "chinese.xml:tr"); systemInit(SystemName, languages, locales); //below are just like deflaut codes ...... } I see some are translated correctly, but some are do not translate, and the button tooltip(the text appared when the mouse move on it) is not show correctly(neither english nor chinese). Could anyone help me to figure out this prolem? Is there something I missed? thanks a lot!
×
×
  • Create New...