Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Tatanan on December 29, 2014, 10:05:06 AM
-
Hello.
2 doubts:
- When you generate the csv file that NGUI use for handling translations, I see the different fields are separated by commas. May I then include commas in my texts? If so, how?
- May I use several Localization.csv files? I've tried but NGUI only reads one of them.
Thank you.
-
1. Yes, wrap your text in quotes like so: "Hello, world!"
2. No. Only one.
-
Thank you.
And for using quotes? Something like \" or just avoiding using quotes?
If I require several files translations files, I guess I should generate a single final cvs file with all the translations, right?
-
Yes, single file with all text data inside.
As for quotes, check to see how google docs or Excel exports them.