A complete document is given by Android developer website for Internationalization in android. But till I have some question on this.
Some language starts there word from left to right, top to bottom.
Some language starts from right to left, bottom to top.
Some language moves vertically means from top to bottom one line again top to bottom second line and so on.
Question: 1. How to support these languages? Because in Android(Edit Text) it allow to write from left to write and from top to bottom.
- Some of the String I am storing in Sqlite database. So this is possible to store all the language in Sqlite database?