On Mon, Jun 18, 2012 at 12:47 AM, albnok <[email protected]> wrote:
> I really don't know if these exist, but you can try:
>
> String something = context.getString(android.R.string.******);
>
> Just see what Eclipse auto-complete gives you. I know there are a few
> strings that we can dig up.
>

Better: get the framework and stock apps source and grep through the res/
directory to find how those terms are translated in the languages you are
interested in. It might not be as clear cut as the OP expects, but
it's all there.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to