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!