Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
cyndrilla
Posts: 40
Registered: 07-22-2011
My Carrier: bb developer

Alignment in Arabic

hi all

how to align the fields of a manager dynamically for english and arabic style .

for example if there is a manager with a text and button field

                                             screen start position(0)       screen end position(360)
in english alignment is:  label button
in arabic alignment is :                                                                             button label    

this is my requirement any help plzzzz....

thanks in advance

Please use plain text.
Developer
peter_strange
Posts: 14,614
Registered: 07-14-2008

Re: Alignment in Arabic

I am not aware of any automatic way to do this.  I think you are going to have to check the Locale and decide how to layout the Fields at that time.  Check out the Locale class for more. 

Please use plain text.