Guide-API

Guide-API

76M Downloads

“/n” doesnt work when using zh_CN.lang file(simpified Chinese)

Joccob opened this issue · 3 comments

commented

As you can see from the picture, I try to use /n to start a new paragraph, but it doesnt work. And also I dont know what to do to creat a new page (or is that automatic?)
image 2

commented

It's \n, backslash. Not /n.

commented

And also I dont know what to do to creat a new page (or is that automatic?)

Use PageHelper.pagesForLongText(String, int).

commented

I tried \n as well, doesn't work