如果我在代码中使用AppResources.myText
来设置文本块的文本,则转换所有转义字符并使我的本地化文本变得无用。
例如Hello\nWorld!
变为Hello\\nWorld!
结果文本块显示:
Hello\\nWorld!
而不是:
Hello
World!
我应该在AppResources中使用哪些转义符来表示本地化字符串?
答案 0 :(得分:2)
应与doing this in other resource files相同。
假设你想输入hello world
键入hello,然后键入shift + enter和world。