Android uses a special folder-naming scheme to automatically choose the correct localized resources. You can name these folders with region infor-mation—values-en-rUS would contain a strings.xml file for United States Eng-lish and ________ would contain a strings.xml file for United Kingdom English.

a. values-en-rUK
b. values-en-rEN
c. values-en-rGB
d. values-en-rBR


c. values-en-rGB

Computer Science & Information Technology

You might also like to view...

You reserve a memory location using a Visual Basic instruction that assigns both a name and data type to the memory location.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

By standard the cover to access the internal components of your computer is on the same side as the I/O panel one the mother board.

a. true b. false

Computer Science & Information Technology

Given the following code: ? int number = 50; ? Write an if statement that prints "yes" and adds one to the number variable, if the value stored in the number variable is greater than or equal to 50.

What will be an ideal response?

Computer Science & Information Technology

Which of the following statements is false?

a. Object-oriented programming is today's key programming methodology. b. Java has become the language of choice for implementing Internet-based applications and software for devices that communicate over a network. c. Software commands computer hardware to perform tasks. d. In use today are more than a trillion general-purpose computers and trillions more Java-enabled cellphones, smartphones and other handheld devices.

Computer Science & Information Technology