Author Topic: New Lines and UILocalize  (Read 3510 times)

nopecio

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 37
    • View Profile
New Lines and UILocalize
« 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!

nopecio

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 37
    • View Profile
Re: New Lines and UILocalize
« Reply #1 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.