You can ________ an app so that you can provide localized strings in different languages.

a. translate.
b. convert.
c. transcribe.
d. internationalize.


d. internationalize.

Computer Science & Information Technology

You might also like to view...

What is the first line of the file created by the following code?

``` Dim query = From line In IO.File.ReadAllLines('UN.txt") Let data = line.Split(",&') Let country = data(0) Let population = 1000000 * CDbl(data(2)) Let area = CDbl(data(3)) Let density = population / area Select country & " , " & density.ToString('N1") IO.File.WriteAllLines("NewFile.txt", query) ``` (A) Afganistan,31800000/251772 (B) Afganistan,126.3 (C) Afganistan,126.3047519 (D) country,density

Computer Science & Information Technology

There are two different types of installations for the Oracle Database, basic and ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following commands would test the loopback adapter of an internal NIC?

A. ping 127.127.0.0 B. ping 127.127.1.0 C. ping 127.0.0.1 D. ping 127.1.1.1

Computer Science & Information Technology

Which of the following Layer 2 devices is used to connect multiple nodes on a network?

A. DHCP server B. Router C. Switch D. Bridge

Computer Science & Information Technology