Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: nopecio on October 01, 2012, 08:48:17 PM

Title: New Lines and UILocalize
Post by: nopecio on October 01, 2012, 08:48:17 PM
Hi,
how can i use multiple lines with the localization features of ngui?
if i want to display the text:
Hello world

i would use in my language files:
hello_world=hello world
But what if i want to display:
Hello
world
?

This is typical for dialog boxes, where you want to display a lengthy explanations
Thanks!
Title: Re: New Lines and UILocalize
Post by: nopecio on October 01, 2012, 08:53:33 PM
Wow, i just found the answer (sorry about that)
it's incredible easy, just \n in every place you want a line break. awesome.