To switch to german in an application:
Resources res = getResources();
Configuration config = new Configuration(res.getConfiguration());
config.locale = Locale.GERMANY;
res.updateConfiguration(config, res.getDisplayMetrics());
On 29 jan, 05:03, Frank Weiss wrote:
> Check this
> thread:http://ww
Check this thread:
http://www.mail-archive.com/android-developers@googlegroups.com/msg21286.html
--
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 th
As I said:
I already have a muli language app...
I want to know if I can use foe example the
German strings if my locale is English
(or any other language..)
On 18 ינואר, 20:29, prachi wrote:
> Hi
> Your application can support multiple languge.
>
> The only thing you need to do is specify str
Hi
Your application can support multiple languge.
The only thing you need to do is specify strings of that language in
strings.xml and use those string's names where ever required in your
application.
Eg:-R.string.hello-->where hello is the string name having value
in some other language.
On
4 matches
Mail list logo