Translations:Android Training/Supporting Different Languages/13/en: Unterschied zwischen den Versionen

Aus Android Wiki
(Neue Version von externer Quelle importiert)
 
(kein Unterschied)

Aktuelle Version vom 21. Dezember 2015, 03:51 Uhr

Nachricht im Original (Android Training/Supporting Different Languages)
In your source code, you can refer to a string resource with the syntax <code>R.string.<string_name></code>. There are a variety of methods that accept a string resource this way.

In your source code, you can refer to a string resource with the syntax R.string.<string_name>. There are a variety of methods that accept a string resource this way.