MyLocalization Decument
  • v1.3
    • MyLocalization English Document
      • MyLocalization Data Flow Diagram
      • Quick Start
        • Run the Demo Correctly
        • Preparation
        • Localize Text
        • Localize Texture
        • Localization of Other Types of Resources
      • Load Assets
        • Only Load Resources Corresponding to the Current Language
        • Implement IResLoader interface
        • Enable IResLoader Subclass
        • Convert Resource References Associations to Paths
        • Text Localization Items Do Not Need to Be Loaded with Language Type
      • Edit Text for Localization
        • Basic Operation
        • Automatic Translation
        • Find and Replace
        • Speech Binding Text
        • CSV Table Export and Import
        • Essay on the Importance of Text Table (StringTable)
      • Display and Setter Components
        • Correspondence between Setter Components and Display Components
        • RTL (Right To Left) Related Settings
        • Dynamic Splicing of Localized Text
        • Quickly create and modify localized field text using properties of MyString
    • MyLocalization 中文文档
      • MyLocalization 数据流程图
      • 快速开始
        • 正确运行 Demo
        • 准备工作
        • 文本本地化
        • 图片本地化
        • 其他资源的本地化
      • 加载当前语言资源
        • 只加载当前语言对应的资源
        • 实现 IResLoader 接口
        • 启用 IResLoader 子类
        • 将资源引用关联转为路径
        • 文本的本地化项不能随语言类型加载
      • 编辑文本表
        • 基本操作
        • 自动翻译
        • 搜索与替换
        • 语音绑定文字
        • CSV表格导出与导入
        • 使用 MyString 的属性快速创建和修改本地化字段文本
      • 一切准备都为了Setter组件实现本地化
        • Setter 组件与显示组件的对应关系
        • RTL (Right To Left)相关设置
        • 动态拼接本地化文本
Powered by GitBook
On this page
  1. v1.3
  2. MyLocalization English Document
  3. Edit Text for Localization

Automatic Translation

PreviousBasic OperationNextFind and Replace

Last updated 2 years ago

If you are using automatic translation for the first time and haven't configured the services required for automatic translation, open the Configuration panel: Click the gear button in the upper right corner of the text table editor, locate the command in the image below and click:

A panel with a green background opens in the text table editor, where you can click on Help or Auto TranslateOpen the document step by step to complete the operation to use.

...

In addition, in the language type definition, it is important to note that the fields in the red box below need to be set correctly, otherwise the automatic translation result will be incorrect.

Automatic translation of a single field into a single language by clicking the button in the red box below:

For automatic translation of a single field into multiple languages, click the button in the red box below:

(The T Empty button only translates languages whose language types correspond to empty text; T All is translated for all language types except the first non-empty reference language text)

To automatically translate all the fields in this table in multiple languages, click the menu command:

These two commands will invoke the automatic translation of a single field in multiple languages for all fields in this text table. These two commands are similar to the function of the T Empty button and the T All button.

Configuration document