Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Melkor on November 25, 2014, 10:04:53 AM

Title: UILabel - How to make "justified"align right to left?
Post by: Melkor on November 25, 2014, 10:04:53 AM
Hi,

I spent a good amount of time to make it align right to left but i couldn't make it :| I am a newbie in programming ;/

So how can i make to align right to left? any thoughts? O_O

The pic shows my problem o_o its left to right but the lang i use is written from right to left.
Title: Re: UILabel - How to make "justified"align right to left?
Post by: windsky527 on November 26, 2014, 12:27:58 AM
you can set alignment to right...maybe your ngui verson is too old...
Title: Re: UILabel - How to make "justified"align right to left?
Post by: Melkor on November 26, 2014, 01:53:54 AM
you can set alignment to right...maybe your ngui verson is too old...

Thanks for the answer, i appreciate it but please read the question: How to make "justified"align right to left?
There is options for aligning the text RTL, LTR, Center and Justified, i want to use justify, justify makes the text align LTR by default, i want RTL.
Title: Re: UILabel - How to make "justified"align right to left?
Post by: ArenMook on November 26, 2014, 08:22:40 PM
NGUI doesn't support RTL languages, so if you're a newbie in programming you're off to a bad start here, as it would involve quite a bit of coding modifying NGUI itself. There isn't much I can suggest here.
Title: Re: UILabel - How to make "justified"align right to left?
Post by: pdelaossa on November 27, 2014, 04:57:00 AM
Just look for an Unity RTL plugin that parses the text, and write down said text to the UILabel.