Re: [android-developers] using Paint to draw text with specified locale on pre-API 17
The text locale on the Paint is used to resolve direction (right to left/left to right.) It won't affect text translations.
On Sat, Jan 19, 2013 at 12:38 PM, Latimerius <l4t1m3r1us@gmail.com> wrote:
--Thanks in advance!Hello,I'd like to use Paint to draw test with en_US locale regardless of the default locale set on a device. I'm aware of Paint.setTextLocale(), however that function only exists since API 17 and our minSdkVersion is 7. Is there a way to achieve this on earlier Android version?
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
Romain Guy
Android framework engineer
romainguy@android.com
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home