1.右侧有英语或数字(Left-To-Right中在最左侧) 2.有xliff本地化替换的情况 The solution is to add Right to Left Marker(RLM) before and after English or digits 复制代码 代码如下: <?xml version="1.0" encoding="utf-8"?> <!-- file values-ar/strings.xml --> <string name="send_msg_to">send استورد</string> <string name="send_msg_to">u200fsend استوردu200f</string> <string name="send_msg_to">u200fsend <xliff:g id="number">u200f%1$d</xliff:g>استورد</string>