Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Recent
    • Tags
    • Users
    • Register
    • Login
    1. Maxon Developers Forum
    2. Anlv
    3. Best
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 7
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: How to start a new line in plugin help with localization?

      Another small tip: you can simply use a single <br> for line breaks — there’s no need to use <b> or </b>.

      Also, just like in the script example, scripts can support localized language strings as well:

      """
      Name-US:Example
      Name-CN:示例
      Description-US:Example line 1.<br>Example line 2.<br>Example line 3.
      Description-CN:示例第 1 行。<br>示例第 2 行。<br>示例第 3 行。
      """
      
      posted in Cinema 4D SDK
      AnlvA
      Anlv