Resources/Dictionary/Get-MyWindowsCapability.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 |
[
{ "Name": "Accessibility.Braille~~~~0.0.1.0", "ProductName": "Accessibility.Braille", "Culture": "", "DisplayName": "Accessibility - Braille support", "Description": "This adds support for braille accessibility features." }, { "Name": "Analog.Holographic.Desktop~~~~0.0.1.0", "ProductName": "Analog.Holographic.Desktop", "Culture": "", "DisplayName": "Windows Mixed Reality", "Description": "Adds support for Windows Mixed Reality" }, { "Name": "App.StepsRecorder~~~~0.0.1.0", "ProductName": "App.StepsRecorder", "Culture": "", "DisplayName": "Steps Recorder", "Description": "Capture steps with screenshots to save or share." }, { "Name": "App.Support.QuickAssist~~~~0.0.1.0", "ProductName": "App.Support.QuickAssist", "Culture": "", "DisplayName": "Microsoft Quick Assist", "Description": "Allows Microsoft support agents to connect to your device and also lets you share your screen with someone you trust so they can help you." }, { "Name": "App.WirelessDisplay.Connect~~~~0.0.1.0", "ProductName": "App.WirelessDisplay.Connect", "Culture": "", "DisplayName": "Wireless Display", "Description": "Allows other devices to wirelessly project to this computer. Requires Miracast-capable hardware." }, { "Name": "Browser.InternetExplorer~~~~0.0.11.0", "ProductName": "Browser.InternetExplorer", "Culture": "", "DisplayName": "Internet Explorer 11", "Description": "Finds and displays information and Web sites on the Internet." }, { "Name": "DirectX.Configuration.Database~~~~0.0.1.0", "ProductName": "DirectX.Configuration.Database", "Culture": "", "DisplayName": "DirectX Configuration Database", "Description": "This adds the DirectX Database to configure and optimize apps" }, { "Name": "Hello.Face.18967~~~~0.0.1.0", "ProductName": "Hello.Face.18967", "Culture": "", "DisplayName": "Windows Hello Face", "Description": "Windows Hello Face Software Device" }, { "Name": "Hello.Face.Migration.18967~~~~0.0.1.0", "ProductName": "Hello.Face.Migration.18967", "Culture": "", "DisplayName": "Windows Hello Face Legacy Resources", "Description": "Windows Hello Face Software Device Legacy Resources" }, { "Name": "Language.Basic~~~af-ZA~0.0.1.0", "ProductName": "Language.Basic", "Culture": "af-ZA", "DisplayName": "Afrikaans (South Africa) typing", "Description": "Spelling for Afrikaans (South Africa)" }, { "Name": "Language.Basic~~~ar-SA~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ar-SA", "DisplayName": "Arabic typing", "Description": "Spelling, text prediction, and document searching for Arabic" }, { "Name": "Language.Basic~~~as-IN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "as-IN", "DisplayName": "Assamese (India) typing", "Description": "Spelling for Assamese (India)" }, { "Name": "Language.Basic~~~az-LATN-AZ~0.0.1.0", "ProductName": "Language.Basic", "Culture": "az-LATN-AZ", "DisplayName": "Azerbaijani (Latin, Azerbaijan) typing", "Description": "Spelling for Azerbaijani (Latin, Azerbaijan)" }, { "Name": "Language.Basic~~~ba-RU~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ba-RU", "DisplayName": "Bashkir (Russia) typing", "Description": "Spelling for Bashkir (Russia)" }, { "Name": "Language.Basic~~~be-BY~0.0.1.0", "ProductName": "Language.Basic", "Culture": "be-BY", "DisplayName": "Belarusian (Belarus) typing", "Description": "Spelling for Belarusian (Belarus)" }, { "Name": "Language.Basic~~~bg-BG~0.0.1.0", "ProductName": "Language.Basic", "Culture": "bg-BG", "DisplayName": "Bulgarian typing", "Description": "Spelling and document searching for Bulgarian" }, { "Name": "Language.Basic~~~bn-BD~0.0.1.0", "ProductName": "Language.Basic", "Culture": "bn-BD", "DisplayName": "Bangla (Bangladesh) typing", "Description": "Spelling and document searching for Bangla (Bangladesh)" }, { "Name": "Language.Basic~~~bn-IN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "bn-IN", "DisplayName": "Bangla (India) typing", "Description": "Spelling and document searching for Bangla (India)" }, { "Name": "Language.Basic~~~bs-LATN-BA~0.0.1.0", "ProductName": "Language.Basic", "Culture": "bs-LATN-BA", "DisplayName": "Bosnian (Latin, Bosnia and Herzegovina) typing", "Description": "Spelling for Bosnian (Latin, Bosnia and Herzegovina)" }, { "Name": "Language.Basic~~~ca-ES~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ca-ES", "DisplayName": "Catalan typing", "Description": "Spelling and document searching for Catalan" }, { "Name": "Language.Basic~~~cs-CZ~0.0.1.0", "ProductName": "Language.Basic", "Culture": "cs-CZ", "DisplayName": "Czech typing", "Description": "Spelling, text prediction, and document searching for Czech" }, { "Name": "Language.Basic~~~cy-GB~0.0.1.0", "ProductName": "Language.Basic", "Culture": "cy-GB", "DisplayName": "Welsh typing", "Description": "Spelling for Welsh" }, { "Name": "Language.Basic~~~da-DK~0.0.1.0", "ProductName": "Language.Basic", "Culture": "da-DK", "DisplayName": "Danish typing", "Description": "Spelling and document searching for Danish" }, { "Name": "Language.Basic~~~de-CH~0.0.1.0", "ProductName": "Language.Basic", "Culture": "de-CH", "DisplayName": "German (Switzerland) typing", "Description": "Spelling, text prediction, and document searching for German (Switzerland)" }, { "Name": "Language.Basic~~~de-DE~0.0.1.0", "ProductName": "Language.Basic", "Culture": "de-DE", "DisplayName": "German typing", "Description": "Spelling, text prediction, and document searching for German" }, { "Name": "Language.Basic~~~el-GR~0.0.1.0", "ProductName": "Language.Basic", "Culture": "el-GR", "DisplayName": "Greek typing", "Description": "Spelling, text prediction, and document searching for Greek" }, { "Name": "Language.Basic~~~en-AU~0.0.1.0", "ProductName": "Language.Basic", "Culture": "en-AU", "DisplayName": "English (AU) typing", "Description": "Spelling, text prediction, and document searching for English (AU)" }, { "Name": "Language.Basic~~~en-CA~0.0.1.0", "ProductName": "Language.Basic", "Culture": "en-CA", "DisplayName": "English (CA) typing", "Description": "Spelling, text prediction, and document searching for English (CA)" }, { "Name": "Language.Basic~~~en-GB~0.0.1.0", "ProductName": "Language.Basic", "Culture": "en-GB", "DisplayName": "English (GB) typing", "Description": "Spelling, text prediction, and document searching for English (GB)" }, { "Name": "Language.Basic~~~en-IN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "en-IN", "DisplayName": "English (India) typing", "Description": "Spelling, text prediction, and document searching for English (India)" }, { "Name": "Language.Basic~~~en-US~0.0.1.0", "ProductName": "Language.Basic", "Culture": "en-US", "DisplayName": "English (US) typing", "Description": "Spelling, text prediction, and document searching for English (US)" }, { "Name": "Language.Basic~~~es-ES~0.0.1.0", "ProductName": "Language.Basic", "Culture": "es-ES", "DisplayName": "Spanish (Spain) typing", "Description": "Spelling, text prediction, and document searching for Spanish (Spain)" }, { "Name": "Language.Basic~~~es-MX~0.0.1.0", "ProductName": "Language.Basic", "Culture": "es-MX", "DisplayName": "Spanish (Mexico) typing", "Description": "Spelling, text prediction, and document searching for Spanish (Mexico)" }, { "Name": "Language.Basic~~~es-US~0.0.1.0", "ProductName": "Language.Basic", "Culture": "es-US", "DisplayName": "Spanish (United States) typing", "Description": "Spelling, text prediction, and document searching for Spanish (United States)" }, { "Name": "Language.Basic~~~et-EE~0.0.1.0", "ProductName": "Language.Basic", "Culture": "et-EE", "DisplayName": "Estonian typing", "Description": "Spelling for Estonian" }, { "Name": "Language.Basic~~~eu-ES~0.0.1.0", "ProductName": "Language.Basic", "Culture": "eu-ES", "DisplayName": "Basque typing", "Description": "Spelling for Basque" }, { "Name": "Language.Basic~~~fa-IR~0.0.1.0", "ProductName": "Language.Basic", "Culture": "fa-IR", "DisplayName": "Persian typing", "Description": "Spelling for Persian" }, { "Name": "Language.Basic~~~fi-FI~0.0.1.0", "ProductName": "Language.Basic", "Culture": "fi-FI", "DisplayName": "Finnish typing", "Description": "Spelling and document searching for Finnish" }, { "Name": "Language.Basic~~~fil-PH~0.0.1.0", "ProductName": "Language.Basic", "Culture": "fil-PH", "DisplayName": "Filipino (Philippines) typing", "Description": "Spelling for Filipino (Philippines)" }, { "Name": "Language.Basic~~~fr-BE~0.0.1.0", "ProductName": "Language.Basic", "Culture": "fr-BE", "DisplayName": "French (Belgium) typing", "Description": "Spelling, text prediction, and document searching for French (Belgium)" }, { "Name": "Language.Basic~~~fr-CA~0.0.1.0", "ProductName": "Language.Basic", "Culture": "fr-CA", "DisplayName": "French (Canada) typing", "Description": "Spelling, text prediction, and document searching for French (Canada)" }, { "Name": "Language.Basic~~~fr-CH~0.0.1.0", "ProductName": "Language.Basic", "Culture": "fr-CH", "DisplayName": "French (Switzerland) typing", "Description": "Spelling, text prediction, and document searching for French (Switzerland)" }, { "Name": "Language.Basic~~~fr-FR~0.0.1.0", "ProductName": "Language.Basic", "Culture": "fr-FR", "DisplayName": "French (France) typing", "Description": "Spelling, text prediction, and document searching for French (France)" }, { "Name": "Language.Basic~~~ga-IE~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ga-IE", "DisplayName": "Irish typing", "Description": "Spelling for Irish" }, { "Name": "Language.Basic~~~gd-GB~0.0.1.0", "ProductName": "Language.Basic", "Culture": "gd-GB", "DisplayName": "Scottish Gaelic (United Kingdom) typing", "Description": "Spelling for Scottish Gaelic (United Kingdom)" }, { "Name": "Language.Basic~~~gl-ES~0.0.1.0", "ProductName": "Language.Basic", "Culture": "gl-ES", "DisplayName": "Galician typing", "Description": "Spelling for Galician" }, { "Name": "Language.Basic~~~gu-IN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "gu-IN", "DisplayName": "Gujarati (India) typing", "Description": "Spelling and document searching for Gujarati (India)" }, { "Name": "Language.Basic~~~ha-LATN-NG~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ha-LATN-NG", "DisplayName": "Hausa (Latin, Nigeria) typing", "Description": "Spelling for Hausa (Latin, Nigeria)" }, { "Name": "Language.Basic~~~haw-US~0.0.1.0", "ProductName": "Language.Basic", "Culture": "haw-US", "DisplayName": "Hawaiian (US) typing", "Description": "Spelling for Hawaiian (US)" }, { "Name": "Language.Basic~~~he-IL~0.0.1.0", "ProductName": "Language.Basic", "Culture": "he-IL", "DisplayName": "Hebrew typing", "Description": "Spelling, text prediction, and document searching for Hebrew" }, { "Name": "Language.Basic~~~hi-IN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "hi-IN", "DisplayName": "Hindi typing", "Description": "Spelling, text prediction, and document searching for Hindi" }, { "Name": "Language.Basic~~~hr-HR~0.0.1.0", "ProductName": "Language.Basic", "Culture": "hr-HR", "DisplayName": "Croatian typing", "Description": "Spelling and document searching for Croatian" }, { "Name": "Language.Basic~~~hu-HU~0.0.1.0", "ProductName": "Language.Basic", "Culture": "hu-HU", "DisplayName": "Hungarian typing", "Description": "Spelling and document searching for Hungarian" }, { "Name": "Language.Basic~~~hy-AM~0.0.1.0", "ProductName": "Language.Basic", "Culture": "hy-AM", "DisplayName": "Armenian typing", "Description": "Spelling for Armenian" }, { "Name": "Language.Basic~~~id-ID~0.0.1.0", "ProductName": "Language.Basic", "Culture": "id-ID", "DisplayName": "Indonesian typing", "Description": "Spelling, text prediction, and document searching for Indonesian" }, { "Name": "Language.Basic~~~ig-NG~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ig-NG", "DisplayName": "Igbo typing", "Description": "Spelling for Igbo" }, { "Name": "Language.Basic~~~is-IS~0.0.1.0", "ProductName": "Language.Basic", "Culture": "is-IS", "DisplayName": "Icelandic typing", "Description": "Document searching for Icelandic" }, { "Name": "Language.Basic~~~it-IT~0.0.1.0", "ProductName": "Language.Basic", "Culture": "it-IT", "DisplayName": "Italian typing", "Description": "Spelling, text prediction, and document searching for Italian" }, { "Name": "Language.Basic~~~ja-JP~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ja-JP", "DisplayName": "Japanese typing", "Description": "Spelling and document searching for Japanese. Including English (US) spelling." }, { "Name": "Language.Basic~~~ka-GE~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ka-GE", "DisplayName": "Georgian typing", "Description": "Spelling for Georgian" }, { "Name": "Language.Basic~~~kk-KZ~0.0.1.0", "ProductName": "Language.Basic", "Culture": "kk-KZ", "DisplayName": "Kazakh (Kazakhstan) typing", "Description": "Spelling for Kazakh (Kazakhstan)" }, { "Name": "Language.Basic~~~kl-GL~0.0.1.0", "ProductName": "Language.Basic", "Culture": "kl-GL", "DisplayName": "Greenlandic (Greenland) typing", "Description": "Spelling for Greenlandic (Greenland)" }, { "Name": "Language.Basic~~~kn-IN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "kn-IN", "DisplayName": "Kannada (India) typing", "Description": "Spelling and document searching for Kannada (India)" }, { "Name": "Language.Basic~~~kok-DEVA-IN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "kok-DEVA-IN", "DisplayName": "Konkani (India) typing", "Description": "Spelling for Konkani (India)" }, { "Name": "Language.Basic~~~ko-KR~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ko-KR", "DisplayName": "Korean typing", "Description": "Document searching for Korean" }, { "Name": "Language.Basic~~~ky-KG~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ky-KG", "DisplayName": "Kyrgyz (Kyrgystan) typing", "Description": "Spelling for Kyrgyz (Kyrgystan)" }, { "Name": "Language.Basic~~~lb-LU~0.0.1.0", "ProductName": "Language.Basic", "Culture": "lb-LU", "DisplayName": "Luxembourgish (Luxembourg) typing", "Description": "Spelling for Luxembourgish (Luxembourg)" }, { "Name": "Language.Basic~~~lt-LT~0.0.1.0", "ProductName": "Language.Basic", "Culture": "lt-LT", "DisplayName": "Lithuanian typing", "Description": "Spelling and document searching for Lithuanian" }, { "Name": "Language.Basic~~~lv-LV~0.0.1.0", "ProductName": "Language.Basic", "Culture": "lv-LV", "DisplayName": "Latvian typing", "Description": "Spelling and document searching for Latvian" }, { "Name": "Language.Basic~~~mi-NZ~0.0.1.0", "ProductName": "Language.Basic", "Culture": "mi-NZ", "DisplayName": "Maori typing", "Description": "Spelling for Maori" }, { "Name": "Language.Basic~~~mk-MK~0.0.1.0", "ProductName": "Language.Basic", "Culture": "mk-MK", "DisplayName": "Macedonian (North Macedonia) typing", "Description": "Spelling for Macedonian (North Macedonia)" }, { "Name": "Language.Basic~~~ml-IN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ml-IN", "DisplayName": "Malayalam typing", "Description": "Spelling and document searching for Malayalam" }, { "Name": "Language.Basic~~~mn-MN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "mn-MN", "DisplayName": "Mongolian (Mongolia) typing", "Description": "Spelling for Mongolian (Mongolia)" }, { "Name": "Language.Basic~~~mr-IN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "mr-IN", "DisplayName": "Marathi typing", "Description": "Spelling and document searching for Marathi" }, { "Name": "Language.Basic~~~ms-BN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ms-BN", "DisplayName": "Malay (Brunei) typing", "Description": "Spelling and document searching for Malay (Brunei)" }, { "Name": "Language.Basic~~~ms-MY~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ms-MY", "DisplayName": "Malay (Malaysia) typing", "Description": "Spelling and document searching for Malay (Malaysia)" }, { "Name": "Language.Basic~~~mt-MT~0.0.1.0", "ProductName": "Language.Basic", "Culture": "mt-MT", "DisplayName": "Maltese (Malta) typing", "Description": "Spelling for Maltese (Malta)" }, { "Name": "Language.Basic~~~nb-NO~0.0.1.0", "ProductName": "Language.Basic", "Culture": "nb-NO", "DisplayName": "Norwegian (Bokmal) typing", "Description": "Spelling and document searching for Norwegian (Bokmal)" }, { "Name": "Language.Basic~~~ne-NP~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ne-NP", "DisplayName": "Nepali (Nepal) typing", "Description": "Spelling for Nepali (Nepal)" }, { "Name": "Language.Basic~~~nl-NL~0.0.1.0", "ProductName": "Language.Basic", "Culture": "nl-NL", "DisplayName": "Dutch typing", "Description": "Spelling, text prediction, and document searching for Dutch" }, { "Name": "Language.Basic~~~nn-NO~0.0.1.0", "ProductName": "Language.Basic", "Culture": "nn-NO", "DisplayName": "Norwegian (Nynorsk) typing", "Description": "Spelling for Norwegian (Nynorsk)" }, { "Name": "Language.Basic~~~nso-ZA~0.0.1.0", "ProductName": "Language.Basic", "Culture": "nso-ZA", "DisplayName": "Sesotho sa Leboa (South Africa) typing", "Description": "Spelling for Sesotho sa Leboa (South Africa)" }, { "Name": "Language.Basic~~~or-IN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "or-IN", "DisplayName": "Odia (India) typing", "Description": "Spelling for Odia (India)" }, { "Name": "Language.Basic~~~pa-IN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "pa-IN", "DisplayName": "Punjabi (India) typing", "Description": "Spelling and document searching for Punjabi (India)" }, { "Name": "Language.Basic~~~pl-PL~0.0.1.0", "ProductName": "Language.Basic", "Culture": "pl-PL", "DisplayName": "Polish typing", "Description": "Spelling, text prediction, and document searching for Polish" }, { "Name": "Language.Basic~~~ps-AF~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ps-AF", "DisplayName": "Pashto (Afghanistan) typing", "Description": "Spelling for Pashto (Afghanistan)" }, { "Name": "Language.Basic~~~pt-BR~0.0.1.0", "ProductName": "Language.Basic", "Culture": "pt-BR", "DisplayName": "Portuguese (Brazil) typing", "Description": "Spelling, text prediction, and document searching for Portuguese (Brazil)" }, { "Name": "Language.Basic~~~pt-PT~0.0.1.0", "ProductName": "Language.Basic", "Culture": "pt-PT", "DisplayName": "Portuguese (European) typing", "Description": "Spelling, text prediction, and document searching for Portuguese (European)" }, { "Name": "Language.Basic~~~rm-CH~0.0.1.0", "ProductName": "Language.Basic", "Culture": "rm-CH", "DisplayName": "Romansh typing", "Description": "Spelling for Romansh" }, { "Name": "Language.Basic~~~ro-RO~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ro-RO", "DisplayName": "Romanian typing", "Description": "Spelling and document searching for Romanian" }, { "Name": "Language.Basic~~~ru-RU~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ru-RU", "DisplayName": "Russian typing", "Description": "Spelling, text prediction, and document searching for Russian" }, { "Name": "Language.Basic~~~rw-RW~0.0.1.0", "ProductName": "Language.Basic", "Culture": "rw-RW", "DisplayName": "Kinyarwanda typing", "Description": "Spelling for Kinyarwanda" }, { "Name": "Language.Basic~~~sah-RU~0.0.1.0", "ProductName": "Language.Basic", "Culture": "sah-RU", "DisplayName": "Sakha (Russia) typing", "Description": "Spelling for Sakha (Russia)" }, { "Name": "Language.Basic~~~si-LK~0.0.1.0", "ProductName": "Language.Basic", "Culture": "si-LK", "DisplayName": "Sinhala (Sri Lanka) typing", "Description": "Spelling for Sinhala (Sri Lanka)" }, { "Name": "Language.Basic~~~sk-SK~0.0.1.0", "ProductName": "Language.Basic", "Culture": "sk-SK", "DisplayName": "Slovak typing", "Description": "Spelling and document searching for Slovak" }, { "Name": "Language.Basic~~~sl-SI~0.0.1.0", "ProductName": "Language.Basic", "Culture": "sl-SI", "DisplayName": "Slovene typing", "Description": "Spelling and document searching for Slovene" }, { "Name": "Language.Basic~~~sq-AL~0.0.1.0", "ProductName": "Language.Basic", "Culture": "sq-AL", "DisplayName": "Albanian typing", "Description": "Spelling for Albanian" }, { "Name": "Language.Basic~~~sr-CYRL-RS~0.0.1.0", "ProductName": "Language.Basic", "Culture": "sr-CYRL-RS", "DisplayName": "Serbian (Cyrillic) typing", "Description": "Spelling and document searching for Serbian (Cyrillic)" }, { "Name": "Language.Basic~~~sr-LATN-RS~0.0.1.0", "ProductName": "Language.Basic", "Culture": "sr-LATN-RS", "DisplayName": "Serbian (Latin) typing", "Description": "Spelling and document searching for Serbian (Latin)" }, { "Name": "Language.Basic~~~sv-SE~0.0.1.0", "ProductName": "Language.Basic", "Culture": "sv-SE", "DisplayName": "Swedish typing", "Description": "Spelling, text prediction, and document searching for Swedish" }, { "Name": "Language.Basic~~~sw-KE~0.0.1.0", "ProductName": "Language.Basic", "Culture": "sw-KE", "DisplayName": "Kiswahili (Kenya) typing", "Description": "Spelling for Kiswahili (Kenya)" }, { "Name": "Language.Basic~~~ta-IN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ta-IN", "DisplayName": "Tamil typing", "Description": "Spelling and document searching for Tamil" }, { "Name": "Language.Basic~~~te-IN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "te-IN", "DisplayName": "Telugu typing", "Description": "Spelling and document searching for Telugu" }, { "Name": "Language.Basic~~~tg-CYRL-TJ~0.0.1.0", "ProductName": "Language.Basic", "Culture": "tg-CYRL-TJ", "DisplayName": "Tajik (Tajikistan) typing", "Description": "Spelling for Tajik (Tajikistan)" }, { "Name": "Language.Basic~~~th-TH~0.0.1.0", "ProductName": "Language.Basic", "Culture": "th-TH", "DisplayName": "Thai typing", "Description": "Document searching for Thai" }, { "Name": "Language.Basic~~~tk-TM~0.0.1.0", "ProductName": "Language.Basic", "Culture": "tk-TM", "DisplayName": "Turkmen (Turkmenistan) typing", "Description": "Spelling for Turkmen (Turkmenistan)" }, { "Name": "Language.Basic~~~tn-ZA~0.0.1.0", "ProductName": "Language.Basic", "Culture": "tn-ZA", "DisplayName": "Setswana (South Africa) typing", "Description": "Spelling for Setswana (South Africa)" }, { "Name": "Language.Basic~~~tr-TR~0.0.1.0", "ProductName": "Language.Basic", "Culture": "tr-TR", "DisplayName": "Turkish typing", "Description": "Spelling, text prediction, and document searching for Turkish" }, { "Name": "Language.Basic~~~tt-RU~0.0.1.0", "ProductName": "Language.Basic", "Culture": "tt-RU", "DisplayName": "Tatar (Russia) typing", "Description": "Spelling for Tatar (Russia)" }, { "Name": "Language.Basic~~~ug-CN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ug-CN", "DisplayName": "Uyghur (China) typing", "Description": "Spelling for Uyghur (China)" }, { "Name": "Language.Basic~~~uk-UA~0.0.1.0", "ProductName": "Language.Basic", "Culture": "uk-UA", "DisplayName": "Ukrainian typing", "Description": "Spelling and document searching for Ukrainian" }, { "Name": "Language.Basic~~~ur-PK~0.0.1.0", "ProductName": "Language.Basic", "Culture": "ur-PK", "DisplayName": "Urdu typing", "Description": "Spelling and document searching for Urdu" }, { "Name": "Language.Basic~~~uz-LATN-UZ~0.0.1.0", "ProductName": "Language.Basic", "Culture": "uz-LATN-UZ", "DisplayName": "Uzbek (Latin, Uzbekistan) typing", "Description": "Spelling for Uzbek (Latin, Uzbekistan)" }, { "Name": "Language.Basic~~~vi-VN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "vi-VN", "DisplayName": "Vietnamese typing", "Description": "Spelling and document searching for Vietnamese" }, { "Name": "Language.Basic~~~wo-SN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "wo-SN", "DisplayName": "Wolof typing", "Description": "Spelling for Wolof" }, { "Name": "Language.Basic~~~xh-ZA~0.0.1.0", "ProductName": "Language.Basic", "Culture": "xh-ZA", "DisplayName": "isiXhosa (South Africa) typing", "Description": "Spelling for isiXhosa (South Africa)" }, { "Name": "Language.Basic~~~yo-NG~0.0.1.0", "ProductName": "Language.Basic", "Culture": "yo-NG", "DisplayName": "Yoruba (Nigeria) typing", "Description": "Spelling for Yoruba (Nigeria)" }, { "Name": "Language.Basic~~~zh-CN~0.0.1.0", "ProductName": "Language.Basic", "Culture": "zh-CN", "DisplayName": "Chinese (PRC) typing", "Description": "Spelling and document searching for Chinese (PRC)" }, { "Name": "Language.Basic~~~zh-HK~0.0.1.0", "ProductName": "Language.Basic", "Culture": "zh-HK", "DisplayName": "Chinese (Hong Kong SAR) typing", "Description": "Spelling and document searching for Chinese (Hong Kong SAR)" }, { "Name": "Language.Basic~~~zh-TW~0.0.1.0", "ProductName": "Language.Basic", "Culture": "zh-TW", "DisplayName": "Chinese (Taiwan) typing", "Description": "Spelling and document searching for Chinese (Taiwan)" }, { "Name": "Language.Basic~~~zu-ZA~0.0.1.0", "ProductName": "Language.Basic", "Culture": "zu-ZA", "DisplayName": "isiZulu (South Africa) typing", "Description": "Spelling for isiZulu (South Africa)" }, { "Name": "Language.Fonts.Arab~~~und-ARAB~0.0.1.0", "ProductName": "Language.Fonts.Arab", "Culture": "und-ARAB", "DisplayName": "Arabic Script Supplemental Fonts", "Description": "Additional fonts: Aldhabi, Andalus, Arabic Typesetting, Microsoft Uighur, Sakkal Majalla, Simplified Arabic, Traditional Arabic, Urdu Typesetting" }, { "Name": "Language.Fonts.Beng~~~und-BENG~0.0.1.0", "ProductName": "Language.Fonts.Beng", "Culture": "und-BENG", "DisplayName": "Bangla Script Supplemental Fonts", "Description": "Additional fonts: Shonar Bangla, Vrinda" }, { "Name": "Language.Fonts.Cans~~~und-CANS~0.0.1.0", "ProductName": "Language.Fonts.Cans", "Culture": "und-CANS", "DisplayName": "Canadian Aboriginal Syllabics Supplemental Fonts", "Description": "Additional font: Euphemia" }, { "Name": "Language.Fonts.Cher~~~und-CHER~0.0.1.0", "ProductName": "Language.Fonts.Cher", "Culture": "und-CHER", "DisplayName": "Cherokee Supplemental Fonts", "Description": "Additional font: Plantagenet Cherokee" }, { "Name": "Language.Fonts.Deva~~~und-DEVA~0.0.1.0", "ProductName": "Language.Fonts.Deva", "Culture": "und-DEVA", "DisplayName": "Devanagari Supplemental Fonts", "Description": "Additional fonts: Aparajita, Kokila, Mangal, Sanskrit Text, Utsaah" }, { "Name": "Language.Fonts.Ethi~~~und-ETHI~0.0.1.0", "ProductName": "Language.Fonts.Ethi", "Culture": "und-ETHI", "DisplayName": "Ethiopic Supplemental Fonts", "Description": "Additional font: Nyala" }, { "Name": "Language.Fonts.Gujr~~~und-GUJR~0.0.1.0", "ProductName": "Language.Fonts.Gujr", "Culture": "und-GUJR", "DisplayName": "Gujarati Supplemental Fonts", "Description": "Additional fonts: Shruti, Shruti Bold" }, { "Name": "Language.Fonts.Guru~~~und-GURU~0.0.1.0", "ProductName": "Language.Fonts.Guru", "Culture": "und-GURU", "DisplayName": "Gurmukhi Supplemental Fonts", "Description": "Additional fonts: Raavi, Raavi Bold" }, { "Name": "Language.Fonts.Hans~~~und-HANS~0.0.1.0", "ProductName": "Language.Fonts.Hans", "Culture": "und-HANS", "DisplayName": "Chinese (Simplified) Supplemental Fonts", "Description": "Additional fonts: DengXian, FangSong, KaiTi, SimHei" }, { "Name": "Language.Fonts.Hant~~~und-HANT~0.0.1.0", "ProductName": "Language.Fonts.Hant", "Culture": "und-HANT", "DisplayName": "Chinese (Traditional) Supplemental Fonts", "Description": "Additional fonts: DFKai-SB, MingLiU, PMingLiU, MingLiU_HKSCS" }, { "Name": "Language.Fonts.Hebr~~~und-HEBR~0.0.1.0", "ProductName": "Language.Fonts.Hebr", "Culture": "und-HEBR", "DisplayName": "Hebrew Supplemental Fonts", "Description": "Additional fonts: Aharoni Bold, David, FrankRuehl, Gisha, Levenim MT, Miriam, Miriam Fixed, Narkism, Rod" }, { "Name": "Language.Fonts.Jpan~~~und-JPAN~0.0.1.0", "ProductName": "Language.Fonts.Jpan", "Culture": "und-JPAN", "DisplayName": "Japanese Supplemental Fonts", "Description": "Additional fonts: BIZ UDGothic, BIZ UDMincho Medium, Meiryo, Meiryo UI, MS Gothic, MS PGothic, MS UI Gothic, MS Mincho, MS PMincho, UDDigiKyokashoN, UDDigiKyokashoNK, UDDigiKyokashoNP, Yu Mincho" }, { "Name": "Language.Fonts.Khmr~~~und-KHMR~0.0.1.0", "ProductName": "Language.Fonts.Khmr", "Culture": "und-KHMR", "DisplayName": "Khmer Supplemental Fonts", "Description": "Additional fonts: DaunPenh, Khmer UI, MoolBoran" }, { "Name": "Language.Fonts.Knda~~~und-KNDA~0.0.1.0", "ProductName": "Language.Fonts.Knda", "Culture": "und-KNDA", "DisplayName": "Kannada Supplemental Fonts", "Description": "Additional fonts: Tunga, Tunga Bold" }, { "Name": "Language.Fonts.Kore~~~und-KORE~0.0.1.0", "ProductName": "Language.Fonts.Kore", "Culture": "und-KORE", "DisplayName": "Korean Supplemental Fonts", "Description": "Additional fonts: Batang, BatangChe, Dotum, DotumChe, Gulim, GulimChe, Gungsuh, GungsuhChe" }, { "Name": "Language.Fonts.Laoo~~~und-LAOO~0.0.1.0", "ProductName": "Language.Fonts.Laoo", "Culture": "und-LAOO", "DisplayName": "Lao Supplemental Fonts", "Description": "Additional fonts: DokChampa, Lao UI" }, { "Name": "Language.Fonts.Mlym~~~und-MLYM~0.0.1.0", "ProductName": "Language.Fonts.Mlym", "Culture": "und-MLYM", "DisplayName": "Malayalam Supplemental Fonts", "Description": "Additional fonts: Kartika, Kartika Bold" }, { "Name": "Language.Fonts.Orya~~~und-ORYA~0.0.1.0", "ProductName": "Language.Fonts.Orya", "Culture": "und-ORYA", "DisplayName": "Odia Supplemental Fonts", "Description": "Additional fonts: Kalinga, Kalinga Bold" }, { "Name": "Language.Fonts.PanEuropeanSupplementalFonts~~~~0.0.1.0", "ProductName": "Language.Fonts.PanEuropeanSupplementalFonts", "Culture": "", "DisplayName": "Pan-European Supplemental Fonts", "Description": "Additional fonts: Arial Nova, Georgia Pro, Gill Sans Nova, Neue Haas Grotesk, Rockwell Nova, Verdana Pro" }, { "Name": "Language.Fonts.Sinh~~~und-SINH~0.0.1.0", "ProductName": "Language.Fonts.Sinh", "Culture": "und-SINH", "DisplayName": "Sinhala Supplemental Fonts", "Description": "Additional fonts: Iskoola Pota, Iskoola Pota Bold" }, { "Name": "Language.Fonts.Syrc~~~und-SYRC~0.0.1.0", "ProductName": "Language.Fonts.Syrc", "Culture": "und-SYRC", "DisplayName": "Syriac Supplemental Fonts", "Description": "Additional font: Estrangelo Edessa" }, { "Name": "Language.Fonts.Taml~~~und-TAML~0.0.1.0", "ProductName": "Language.Fonts.Taml", "Culture": "und-TAML", "DisplayName": "Tamil Supplemental Fonts", "Description": "Additional fonts: Latha, Vijaya" }, { "Name": "Language.Fonts.Telu~~~und-TELU~0.0.1.0", "ProductName": "Language.Fonts.Telu", "Culture": "und-TELU", "DisplayName": "Telugu Supplemental Fonts", "Description": "Additional fonts: Gautami, Vani" }, { "Name": "Language.Fonts.Thai~~~und-THAI~0.0.1.0", "ProductName": "Language.Fonts.Thai", "Culture": "und-THAI", "DisplayName": "Thai Supplemental Fonts", "Description": "54 additional fonts" }, { "Name": "Language.Handwriting~~~af-ZA~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "af-ZA", "DisplayName": "Afrikaans handwriting", "Description": "Handwriting [Beta] and pen for Afrikaans" }, { "Name": "Language.Handwriting~~~bs-LATN-BA~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "bs-LATN-BA", "DisplayName": "Bosnian (Latin) handwriting", "Description": "Handwriting and pen for Bosnian (Latin)" }, { "Name": "Language.Handwriting~~~ca-ES~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "ca-ES", "DisplayName": "Catalan handwriting", "Description": "Handwriting and pen for Catalan" }, { "Name": "Language.Handwriting~~~cs-CZ~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "cs-CZ", "DisplayName": "Czech handwriting", "Description": "Handwriting and pen for Czech" }, { "Name": "Language.Handwriting~~~cy-GB~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "cy-GB", "DisplayName": "Welsh handwriting", "Description": "Handwriting [Beta] and pen for Welsh" }, { "Name": "Language.Handwriting~~~da-DK~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "da-DK", "DisplayName": "Danish handwriting", "Description": "Handwriting and pen for Danish" }, { "Name": "Language.Handwriting~~~de-DE~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "de-DE", "DisplayName": "German handwriting", "Description": "Handwriting and pen for German" }, { "Name": "Language.Handwriting~~~el-GR~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "el-GR", "DisplayName": "Greek handwriting", "Description": "Handwriting and pen for Greek" }, { "Name": "Language.Handwriting~~~en-GB~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "en-GB", "DisplayName": "English (GB) handwriting", "Description": "Handwriting and pen for English (GB)" }, { "Name": "Language.Handwriting~~~en-US~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "en-US", "DisplayName": "English (US) handwriting", "Description": "Handwriting and pen for English (US)" }, { "Name": "Language.Handwriting~~~es-ES~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "es-ES", "DisplayName": "Spanish (Spain) handwriting", "Description": "Handwriting and pen for Spanish (Spain)" }, { "Name": "Language.Handwriting~~~es-MX~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "es-MX", "DisplayName": "Spanish (Mexico) handwriting", "Description": "Handwriting and pen for Spanish (Mexico)" }, { "Name": "Language.Handwriting~~~eu-ES~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "eu-ES", "DisplayName": "Basque handwriting", "Description": "Handwriting [Beta] and pen for Basque" }, { "Name": "Language.Handwriting~~~fi-FI~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "fi-FI", "DisplayName": "Finnish handwriting", "Description": "Handwriting and pen for Finnish" }, { "Name": "Language.Handwriting~~~fr-FR~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "fr-FR", "DisplayName": "French (France) handwriting", "Description": "Handwriting and pen for French (France)" }, { "Name": "Language.Handwriting~~~ga-IE~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "ga-IE", "DisplayName": "Irish handwriting", "Description": "Handwriting [Beta] and pen for Irish" }, { "Name": "Language.Handwriting~~~gd-GB~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "gd-GB", "DisplayName": "Scottish Gaelic handwriting", "Description": "Handwriting [Beta] and pen for Scottish Gaelic" }, { "Name": "Language.Handwriting~~~gl-ES~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "gl-ES", "DisplayName": "Galician handwriting", "Description": "Handwriting [Beta] and pen for Galician" }, { "Name": "Language.Handwriting~~~hi-IN~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "hi-IN", "DisplayName": "Hindi handwriting", "Description": "Handwriting and pen for Hindi" }, { "Name": "Language.Handwriting~~~hr-HR~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "hr-HR", "DisplayName": "Croatian handwriting", "Description": "Handwriting and pen for Croatian" }, { "Name": "Language.Handwriting~~~id-ID~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "id-ID", "DisplayName": "Indonesian handwriting", "Description": "Handwriting and pen for Indonesian" }, { "Name": "Language.Handwriting~~~it-IT~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "it-IT", "DisplayName": "Italian handwriting", "Description": "Handwriting and pen for Italian" }, { "Name": "Language.Handwriting~~~ja-JP~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "ja-JP", "DisplayName": "Japanese handwriting", "Description": "Handwriting and pen for Japanese" }, { "Name": "Language.Handwriting~~~ko-KR~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "ko-KR", "DisplayName": "Korean handwriting", "Description": "Handwriting and pen for Korean" }, { "Name": "Language.Handwriting~~~lb-LU~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "lb-LU", "DisplayName": "Luxembourgish handwriting", "Description": "Handwriting [Beta] and pen for Luxembourgish" }, { "Name": "Language.Handwriting~~~mi-NZ~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "mi-NZ", "DisplayName": "Maori handwriting", "Description": "Handwriting [Beta] and pen for Maori" }, { "Name": "Language.Handwriting~~~ms-BN~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "ms-BN", "DisplayName": "Malay (Brunei Darussalam) handwriting", "Description": "Handwriting [Beta] and pen for Malay (Brunei Darussalam)" }, { "Name": "Language.Handwriting~~~ms-MY~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "ms-MY", "DisplayName": "Malay (Malaysia) handwriting", "Description": "Handwriting [Beta] and pen for Malay (Malaysia)" }, { "Name": "Language.Handwriting~~~nb-NO~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "nb-NO", "DisplayName": "Norwegian (Bokmal) handwriting", "Description": "Handwriting and pen for Norwegian (Bokmal)" }, { "Name": "Language.Handwriting~~~nl-NL~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "nl-NL", "DisplayName": "Dutch handwriting", "Description": "Handwriting and pen for Dutch" }, { "Name": "Language.Handwriting~~~nn-NO~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "nn-NO", "DisplayName": "Norwegian (Nynorsk) handwriting", "Description": "Handwriting and pen for Norwegian (Nynorsk)" }, { "Name": "Language.Handwriting~~~nso-ZA~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "nso-ZA", "DisplayName": "Sesotho sa Leboa handwriting", "Description": "Handwriting [Beta] and pen for Sesotho sa Leboa" }, { "Name": "Language.Handwriting~~~pl-PL~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "pl-PL", "DisplayName": "Polish handwriting", "Description": "Handwriting and pen for Polish" }, { "Name": "Language.Handwriting~~~pt-BR~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "pt-BR", "DisplayName": "Portuguese (Brazil) handwriting", "Description": "Handwriting and pen for Portuguese (Brazil)" }, { "Name": "Language.Handwriting~~~pt-PT~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "pt-PT", "DisplayName": "Portuguese (European) handwriting", "Description": "Handwriting and pen for Portuguese (European)" }, { "Name": "Language.Handwriting~~~rm-CH~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "rm-CH", "DisplayName": "Romansh handwriting", "Description": "Handwriting [Beta] and pen for Romansh" }, { "Name": "Language.Handwriting~~~ro-RO~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "ro-RO", "DisplayName": "Romanian handwriting", "Description": "Handwriting and pen for Romanian" }, { "Name": "Language.Handwriting~~~ru-RU~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "ru-RU", "DisplayName": "Russian handwriting", "Description": "Handwriting and pen for Russian" }, { "Name": "Language.Handwriting~~~rw-RW~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "rw-RW", "DisplayName": "Kinyarwanda handwriting", "Description": "Handwriting [Beta] and pen for Kinyarwanda" }, { "Name": "Language.Handwriting~~~sk-SK~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "sk-SK", "DisplayName": "Slovak handwriting", "Description": "Handwriting and pen for Slovak" }, { "Name": "Language.Handwriting~~~sl-SI~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "sl-SI", "DisplayName": "Slovene handwriting", "Description": "Handwriting and pen for Slovene" }, { "Name": "Language.Handwriting~~~sq-AL~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "sq-AL", "DisplayName": "Albanian handwriting", "Description": "Handwriting [Beta] and pen for Albanian" }, { "Name": "Language.Handwriting~~~sr-CYRL-RS~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "sr-CYRL-RS", "DisplayName": "Serbian (Cyrillic) handwriting", "Description": "Handwriting and pen for Serbian (Cyrillic)" }, { "Name": "Language.Handwriting~~~sr-LATN-RS~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "sr-LATN-RS", "DisplayName": "Serbian (Latin) handwriting", "Description": "Handwriting and pen for Serbian (Latin)" }, { "Name": "Language.Handwriting~~~sv-SE~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "sv-SE", "DisplayName": "Swedish handwriting", "Description": "Handwriting and pen for Swedish" }, { "Name": "Language.Handwriting~~~sw-KE~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "sw-KE", "DisplayName": "Kiswahili handwriting", "Description": "Handwriting [Beta] and pen for Kiswahili" }, { "Name": "Language.Handwriting~~~tn-ZA~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "tn-ZA", "DisplayName": "Setswana handwriting", "Description": "Handwriting and pen for Setswana" }, { "Name": "Language.Handwriting~~~tr-TR~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "tr-TR", "DisplayName": "Turkish handwriting", "Description": "Handwriting and pen for Turkish" }, { "Name": "Language.Handwriting~~~wo-SN~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "wo-SN", "DisplayName": "Wolof handwriting", "Description": "Handwriting [Beta] and pen for Wolof" }, { "Name": "Language.Handwriting~~~xh-ZA~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "xh-ZA", "DisplayName": "Xhosa handwriting", "Description": "Handwriting [Beta] and pen for Xhosa" }, { "Name": "Language.Handwriting~~~zh-CN~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "zh-CN", "DisplayName": "Chinese (PRC) handwriting", "Description": "Handwriting and pen for Chinese (PRC)" }, { "Name": "Language.Handwriting~~~zh-HK~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "zh-HK", "DisplayName": "Chinese (Hong Kong SAR) handwriting", "Description": "Handwriting and pen for Chinese (Hong Kong SAR)" }, { "Name": "Language.Handwriting~~~zh-TW~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "zh-TW", "DisplayName": "Chinese (Taiwan) handwriting", "Description": "Handwriting and pen for Chinese (Taiwan)" }, { "Name": "Language.Handwriting~~~zu-ZA~0.0.1.0", "ProductName": "Language.Handwriting", "Culture": "zu-ZA", "DisplayName": "isiZulu handwriting", "Description": "Handwriting [Beta] and pen for isiZulu" }, { "Name": "Language.OCR~~~ar-SA~0.0.1.0", "ProductName": "Language.OCR", "Culture": "ar-SA", "DisplayName": "Arabic (SA) optical character recognition", "Description": "Optical character recognition for Arabic (SA)" }, { "Name": "Language.OCR~~~bg-BG~0.0.1.0", "ProductName": "Language.OCR", "Culture": "bg-BG", "DisplayName": "Bulgarian optical character recognition", "Description": "Optical character recognition for Bulgarian" }, { "Name": "Language.OCR~~~bs-LATN-BA~0.0.1.0", "ProductName": "Language.OCR", "Culture": "bs-LATN-BA", "DisplayName": "Bosnian (Latin) optical character recognition", "Description": "Optical character recognition for Bosnian (Latin)" }, { "Name": "Language.OCR~~~cs-CZ~0.0.1.0", "ProductName": "Language.OCR", "Culture": "cs-CZ", "DisplayName": "Czech optical character recognition", "Description": "Optical character recognition for Czech" }, { "Name": "Language.OCR~~~da-DK~0.0.1.0", "ProductName": "Language.OCR", "Culture": "da-DK", "DisplayName": "Danish optical character recognition", "Description": "Optical character recognition for Danish" }, { "Name": "Language.OCR~~~de-DE~0.0.1.0", "ProductName": "Language.OCR", "Culture": "de-DE", "DisplayName": "German optical character recognition", "Description": "Optical character recognition for German" }, { "Name": "Language.OCR~~~el-GR~0.0.1.0", "ProductName": "Language.OCR", "Culture": "el-GR", "DisplayName": "Greek optical character recognition", "Description": "Optical character recognition for Greek" }, { "Name": "Language.OCR~~~en-GB~0.0.1.0", "ProductName": "Language.OCR", "Culture": "en-GB", "DisplayName": "English (GB) optical character recognition", "Description": "Optical character recognition for English (GB)" }, { "Name": "Language.OCR~~~en-US~0.0.1.0", "ProductName": "Language.OCR", "Culture": "en-US", "DisplayName": "English (US) optical character recognition", "Description": "Optical character recognition for English (US)" }, { "Name": "Language.OCR~~~es-ES~0.0.1.0", "ProductName": "Language.OCR", "Culture": "es-ES", "DisplayName": "Spanish (Spain) optical character recognition", "Description": "Optical character recognition for Spanish (Spain)" }, { "Name": "Language.OCR~~~es-MX~0.0.1.0", "ProductName": "Language.OCR", "Culture": "es-MX", "DisplayName": "Spanish (Mexico) optical character recognition", "Description": "Optical character recognition for Spanish (Mexico)" }, { "Name": "Language.OCR~~~fi-FI~0.0.1.0", "ProductName": "Language.OCR", "Culture": "fi-FI", "DisplayName": "Finnish optical character recognition", "Description": "Optical character recognition for Finnish" }, { "Name": "Language.OCR~~~fr-CA~0.0.1.0", "ProductName": "Language.OCR", "Culture": "fr-CA", "DisplayName": "French (Canada) optical character recognition", "Description": "Optical character recognition for French (Canada)" }, { "Name": "Language.OCR~~~fr-FR~0.0.1.0", "ProductName": "Language.OCR", "Culture": "fr-FR", "DisplayName": "French (France) optical character recognition", "Description": "Optical character recognition for French (France)" }, { "Name": "Language.OCR~~~hr-HR~0.0.1.0", "ProductName": "Language.OCR", "Culture": "hr-HR", "DisplayName": "Croatian optical character recognition", "Description": "Optical character recognition for Croatian" }, { "Name": "Language.OCR~~~hu-HU~0.0.1.0", "ProductName": "Language.OCR", "Culture": "hu-HU", "DisplayName": "Hungarian optical character recognition", "Description": "Optical character recognition for Hungarian" }, { "Name": "Language.OCR~~~it-IT~0.0.1.0", "ProductName": "Language.OCR", "Culture": "it-IT", "DisplayName": "Italian optical character recognition", "Description": "Optical character recognition for Italian" }, { "Name": "Language.OCR~~~ja-JP~0.0.1.0", "ProductName": "Language.OCR", "Culture": "ja-JP", "DisplayName": "Japanese optical character recognition", "Description": "Optical character recognition for Japanese" }, { "Name": "Language.OCR~~~ko-KR~0.0.1.0", "ProductName": "Language.OCR", "Culture": "ko-KR", "DisplayName": "Korean optical character recognition", "Description": "Optical character recognition for Korean" }, { "Name": "Language.OCR~~~nb-NO~0.0.1.0", "ProductName": "Language.OCR", "Culture": "nb-NO", "DisplayName": "Norwegian (Bokmal) optical character recognition", "Description": "Optical character recognition for Norwegian (Bokmal)" }, { "Name": "Language.OCR~~~nl-NL~0.0.1.0", "ProductName": "Language.OCR", "Culture": "nl-NL", "DisplayName": "Dutch optical character recognition", "Description": "Optical character recognition for Dutch" }, { "Name": "Language.OCR~~~pl-PL~0.0.1.0", "ProductName": "Language.OCR", "Culture": "pl-PL", "DisplayName": "Polish optical character recognition", "Description": "Optical character recognition for Polish" }, { "Name": "Language.OCR~~~pt-BR~0.0.1.0", "ProductName": "Language.OCR", "Culture": "pt-BR", "DisplayName": "Portuguese (Brazil) optical character recognition", "Description": "Optical character recognition for Portuguese (Brazil)" }, { "Name": "Language.OCR~~~pt-PT~0.0.1.0", "ProductName": "Language.OCR", "Culture": "pt-PT", "DisplayName": "Portuguese (European) optical character recognition", "Description": "Optical character recognition for Portuguese (European)" }, { "Name": "Language.OCR~~~ro-RO~0.0.1.0", "ProductName": "Language.OCR", "Culture": "ro-RO", "DisplayName": "Romanian optical character recognition", "Description": "Optical character recognition for Romanian" }, { "Name": "Language.OCR~~~ru-RU~0.0.1.0", "ProductName": "Language.OCR", "Culture": "ru-RU", "DisplayName": "Russian optical character recognition", "Description": "Optical character recognition for Russian" }, { "Name": "Language.OCR~~~sk-SK~0.0.1.0", "ProductName": "Language.OCR", "Culture": "sk-SK", "DisplayName": "Slovak optical character recognition", "Description": "Optical character recognition for Slovak" }, { "Name": "Language.OCR~~~sl-SI~0.0.1.0", "ProductName": "Language.OCR", "Culture": "sl-SI", "DisplayName": "Slovenian optical character recognition", "Description": "Optical character recognition for Slovenian" }, { "Name": "Language.OCR~~~sr-CYRL-RS~0.0.1.0", "ProductName": "Language.OCR", "Culture": "sr-CYRL-RS", "DisplayName": "Serbian (Cyrillic) optical character recognition", "Description": "Optical character recognition for Serbian (Cyrillic)" }, { "Name": "Language.OCR~~~sr-LATN-RS~0.0.1.0", "ProductName": "Language.OCR", "Culture": "sr-LATN-RS", "DisplayName": "Serbian (Latin) optical character recognition", "Description": "Optical character recognition for Serbian (Latin)" }, { "Name": "Language.OCR~~~sv-SE~0.0.1.0", "ProductName": "Language.OCR", "Culture": "sv-SE", "DisplayName": "Swedish optical character recognition", "Description": "Optical character recognition for Swedish" }, { "Name": "Language.OCR~~~tr-TR~0.0.1.0", "ProductName": "Language.OCR", "Culture": "tr-TR", "DisplayName": "Turkish optical character recognition", "Description": "Optical character recognition for Turkish" }, { "Name": "Language.OCR~~~zh-CN~0.0.1.0", "ProductName": "Language.OCR", "Culture": "zh-CN", "DisplayName": "Chinese (PRC) optical character recognition", "Description": "Optical character recognition for Chinese (PRC)" }, { "Name": "Language.OCR~~~zh-HK~0.0.1.0", "ProductName": "Language.OCR", "Culture": "zh-HK", "DisplayName": "Chinese (Hong Kong SAR) optical character recognition", "Description": "Optical character recognition for Chinese (Hong Kong SAR)" }, { "Name": "Language.OCR~~~zh-TW~0.0.1.0", "ProductName": "Language.OCR", "Culture": "zh-TW", "DisplayName": "Chinese (Taiwan) optical character recognition", "Description": "Optical character recognition for Chinese (Taiwan)" }, { "Name": "Language.Speech~~~da-DK~0.0.1.0", "ProductName": "Language.Speech", "Culture": "da-DK", "DisplayName": "Danish speech recognition", "Description": "Speech recognition for Danish" }, { "Name": "Language.Speech~~~de-DE~0.0.1.0", "ProductName": "Language.Speech", "Culture": "de-DE", "DisplayName": "German speech recognition", "Description": "Cortana and speech recognition for German" }, { "Name": "Language.Speech~~~en-AU~0.0.1.0", "ProductName": "Language.Speech", "Culture": "en-AU", "DisplayName": "English (AU) speech recognition", "Description": "Cortana and speech recognition for English (AU)" }, { "Name": "Language.Speech~~~en-CA~0.0.1.0", "ProductName": "Language.Speech", "Culture": "en-CA", "DisplayName": "English (CA) speech recognition", "Description": "Cortana and speech recognition for English (CA)" }, { "Name": "Language.Speech~~~en-GB~0.0.1.0", "ProductName": "Language.Speech", "Culture": "en-GB", "DisplayName": "English (GB) speech recognition", "Description": "Cortana and speech recognition for English (GB)" }, { "Name": "Language.Speech~~~en-IN~0.0.1.0", "ProductName": "Language.Speech", "Culture": "en-IN", "DisplayName": "English (IN) speech recognition", "Description": "Cortana and speech recognition for English (IN)" }, { "Name": "Language.Speech~~~en-US~0.0.1.0", "ProductName": "Language.Speech", "Culture": "en-US", "DisplayName": "English (US) speech recognition", "Description": "Cortana and speech recognition for English (US)" }, { "Name": "Language.Speech~~~es-ES~0.0.1.0", "ProductName": "Language.Speech", "Culture": "es-ES", "DisplayName": "Spanish (Spain) speech recognition", "Description": "Cortana and speech recognition for Spanish (Spain)" }, { "Name": "Language.Speech~~~es-MX~0.0.1.0", "ProductName": "Language.Speech", "Culture": "es-MX", "DisplayName": "Spanish (Mexico) speech recognition", "Description": "Cortana and speech recognition for Spanish (Mexico)" }, { "Name": "Language.Speech~~~fr-CA~0.0.1.0", "ProductName": "Language.Speech", "Culture": "fr-CA", "DisplayName": "French (Canada) speech recognition", "Description": "Cortana and speech recognition for French (Canada)" }, { "Name": "Language.Speech~~~fr-FR~0.0.1.0", "ProductName": "Language.Speech", "Culture": "fr-FR", "DisplayName": "French (France) speech recognition", "Description": "Cortana and speech recognition for French (France)" }, { "Name": "Language.Speech~~~it-IT~0.0.1.0", "ProductName": "Language.Speech", "Culture": "it-IT", "DisplayName": "Italian speech recognition", "Description": "Cortana for Italian" }, { "Name": "Language.Speech~~~ja-JP~0.0.1.0", "ProductName": "Language.Speech", "Culture": "ja-JP", "DisplayName": "Japanese speech recognition", "Description": "Cortana and speech recognition for Japanese" }, { "Name": "Language.Speech~~~pt-BR~0.0.1.0", "ProductName": "Language.Speech", "Culture": "pt-BR", "DisplayName": "Portuguese (Brazil) speech recognition", "Description": "Cortana and speech recognition for Portuguese (Brazil)" }, { "Name": "Language.Speech~~~zh-CN~0.0.1.0", "ProductName": "Language.Speech", "Culture": "zh-CN", "DisplayName": "Chinese (PRC) speech recognition", "Description": "Cortana and speech recognition for Chinese (PRC)" }, { "Name": "Language.Speech~~~zh-HK~0.0.1.0", "ProductName": "Language.Speech", "Culture": "zh-HK", "DisplayName": "Chinese (Hong Kong SAR) speech recognition", "Description": "Speech recognition for Chinese (Hong Kong SAR)" }, { "Name": "Language.Speech~~~zh-TW~0.0.1.0", "ProductName": "Language.Speech", "Culture": "zh-TW", "DisplayName": "Chinese (Taiwan) speech recognition", "Description": "Speech recognition for Chinese (Taiwan)" }, { "Name": "Language.TextToSpeech~~~ar-EG~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "ar-EG", "DisplayName": "Arabic (Egypt) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Arabic (Egypt)" }, { "Name": "Language.TextToSpeech~~~ar-SA~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "ar-SA", "DisplayName": "Arabic (Saudi) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Arabic (Saudi)" }, { "Name": "Language.TextToSpeech~~~bg-BG~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "bg-BG", "DisplayName": "Bulgarian (Bulgaria) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Bulgarian (Bulgaria)" }, { "Name": "Language.TextToSpeech~~~ca-ES~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "ca-ES", "DisplayName": "Catalan (Catalan) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Catalan (Catalan)" }, { "Name": "Language.TextToSpeech~~~cs-CZ~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "cs-CZ", "DisplayName": "Czech (Czech Republic) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Czech (Czech Republic)" }, { "Name": "Language.TextToSpeech~~~da-DK~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "da-DK", "DisplayName": "Danish (Denmark) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Danish (Denmark)" }, { "Name": "Language.TextToSpeech~~~de-AT~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "de-AT", "DisplayName": "German (Austria) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for German (Austria)" }, { "Name": "Language.TextToSpeech~~~de-CH~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "de-CH", "DisplayName": "German (Switzerland) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for German (Switzerland)" }, { "Name": "Language.TextToSpeech~~~de-DE~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "de-DE", "DisplayName": "German text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for German" }, { "Name": "Language.TextToSpeech~~~el-GR~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "el-GR", "DisplayName": "Greek (Greece) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Greek (Greece)" }, { "Name": "Language.TextToSpeech~~~en-AU~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "en-AU", "DisplayName": "English (AU) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for English (AU)" }, { "Name": "Language.TextToSpeech~~~en-CA~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "en-CA", "DisplayName": "English (CA) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for English (CA)" }, { "Name": "Language.TextToSpeech~~~en-GB~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "en-GB", "DisplayName": "English (GB) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for English (GB)" }, { "Name": "Language.TextToSpeech~~~en-IE~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "en-IE", "DisplayName": "English (Ireland) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for English (Ireland)" }, { "Name": "Language.TextToSpeech~~~en-IN~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "en-IN", "DisplayName": "English (IN) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for English (IN)" }, { "Name": "Language.TextToSpeech~~~en-US~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "en-US", "DisplayName": "English (US) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for English (US)" }, { "Name": "Language.TextToSpeech~~~es-ES~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "es-ES", "DisplayName": "Spanish (Spain) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Spanish (Spain)" }, { "Name": "Language.TextToSpeech~~~es-MX~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "es-MX", "DisplayName": "Spanish (Mexico) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Spanish (Mexico)" }, { "Name": "Language.TextToSpeech~~~fi-FI~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "fi-FI", "DisplayName": "Finnish (Finland) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Finnish (Finland)" }, { "Name": "Language.TextToSpeech~~~fr-CA~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "fr-CA", "DisplayName": "French (Canada) text-to-speech", "Description": "Cortana and text-to-speech for French (Canada)" }, { "Name": "Language.TextToSpeech~~~fr-CH~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "fr-CH", "DisplayName": "French (Switzerland) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for French (Switzerland)" }, { "Name": "Language.TextToSpeech~~~fr-FR~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "fr-FR", "DisplayName": "French (France) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for French (France)" }, { "Name": "Language.TextToSpeech~~~he-IL~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "he-IL", "DisplayName": "Hebrew (Israel) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Hebrew (Israel)" }, { "Name": "Language.TextToSpeech~~~hi-IN~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "hi-IN", "DisplayName": "Hindi (India) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Hindi (India)" }, { "Name": "Language.TextToSpeech~~~hr-HR~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "hr-HR", "DisplayName": "Croatian (Croatia) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Croatian (Croatia)" }, { "Name": "Language.TextToSpeech~~~hu-HU~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "hu-HU", "DisplayName": "Hungarian (Hungary) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Hungarian (Hungary)" }, { "Name": "Language.TextToSpeech~~~id-ID~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "id-ID", "DisplayName": "Indonesian (Indonesia) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Indonesian (Indonesia)" }, { "Name": "Language.TextToSpeech~~~it-IT~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "it-IT", "DisplayName": "Italian text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Italian" }, { "Name": "Language.TextToSpeech~~~ja-JP~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "ja-JP", "DisplayName": "Japanese text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Japanese" }, { "Name": "Language.TextToSpeech~~~ko-KR~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "ko-KR", "DisplayName": "Korean text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Korean" }, { "Name": "Language.TextToSpeech~~~ms-MY~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "ms-MY", "DisplayName": "Malay (Malaysia) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Malay (Malaysia)" }, { "Name": "Language.TextToSpeech~~~nb-NO~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "nb-NO", "DisplayName": "Norwegian text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Norwegian" }, { "Name": "Language.TextToSpeech~~~nl-BE~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "nl-BE", "DisplayName": "Dutch (Belgium) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Dutch (Belgium)" }, { "Name": "Language.TextToSpeech~~~nl-NL~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "nl-NL", "DisplayName": "Dutch (Netherlands) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Dutch (Netherlands)" }, { "Name": "Language.TextToSpeech~~~pl-PL~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "pl-PL", "DisplayName": "Polish text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Polish" }, { "Name": "Language.TextToSpeech~~~pt-BR~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "pt-BR", "DisplayName": "Portuguese (Brazil) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Portuguese (Brazil)" }, { "Name": "Language.TextToSpeech~~~pt-PT~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "pt-PT", "DisplayName": "Portuguese (Portugal) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Portuguese (Portugal)" }, { "Name": "Language.TextToSpeech~~~ro-RO~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "ro-RO", "DisplayName": "Romanian (Romania) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Romanian (Romania)" }, { "Name": "Language.TextToSpeech~~~ru-RU~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "ru-RU", "DisplayName": "Russian text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Russian" }, { "Name": "Language.TextToSpeech~~~sk-SK~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "sk-SK", "DisplayName": "Slovak (Slovakia) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Slovak (Slovakia)" }, { "Name": "Language.TextToSpeech~~~sl-SI~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "sl-SI", "DisplayName": "Slovenian (Slovenia) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Slovenian (Slovenia)" }, { "Name": "Language.TextToSpeech~~~sv-SE~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "sv-SE", "DisplayName": "Swedish text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Swedish" }, { "Name": "Language.TextToSpeech~~~ta-IN~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "ta-IN", "DisplayName": "Tamil (India) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Tamil (India)" }, { "Name": "Language.TextToSpeech~~~th-TH~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "th-TH", "DisplayName": "Thai (Thailand) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Thai (Thailand)" }, { "Name": "Language.TextToSpeech~~~tr-TR~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "tr-TR", "DisplayName": "Turkish (Turkey) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Turkish (Turkey)" }, { "Name": "Language.TextToSpeech~~~vi-VN~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "vi-VN", "DisplayName": "Vietnamese (Vietnam) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Vietnamese (Vietnam)" }, { "Name": "Language.TextToSpeech~~~zh-CN~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "zh-CN", "DisplayName": "Chinese (PRC) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Chinese (PRC)" }, { "Name": "Language.TextToSpeech~~~zh-HK~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "zh-HK", "DisplayName": "Chinese (Hong Kong SAR) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Chinese (Hong Kong SAR)" }, { "Name": "Language.TextToSpeech~~~zh-TW~0.0.1.0", "ProductName": "Language.TextToSpeech", "Culture": "zh-TW", "DisplayName": "Chinese (Taiwan) text-to-speech", "Description": "Cortana, text-to-speech, and Narrator for Chinese (Taiwan)" }, { "Name": "MathRecognizer~~~~0.0.1.0", "ProductName": "MathRecognizer", "Culture": "", "DisplayName": "Math Recognizer", "Description": "Math Input Panel, Control and Recognizer" }, { "Name": "Media.WindowsMediaPlayer~~~~0.0.12.0", "ProductName": "Media.WindowsMediaPlayer", "Culture": "", "DisplayName": "Windows Media Player", "Description": "Play audio and video files on your local machine and on the Internet." }, { "Name": "Microsoft.Onecore.StorageManagement~~~~0.0.1.0", "ProductName": "Microsoft.Onecore.StorageManagement", "Culture": "", "DisplayName": "Microsoft Onecore Storage Management", "Description": "Microsoft Onecore Storage Management" }, { "Name": "Microsoft.WebDriver~~~~0.0.1.0", "ProductName": "Microsoft.WebDriver", "Culture": "", "DisplayName": "Microsoft WebDriver", "Description": "A tool for automated testing of Microsoft Edge and hosts of the EdgeHTML platform." }, { "Name": "Microsoft.Windows.MSPaint~~~~0.0.1.0", "ProductName": "Microsoft.Windows.MSPaint", "Culture": "", "DisplayName": "Microsoft Paint", "Description": "The classic Microsoft Paint and OLE 2.0 functionality" }, { "Name": "Microsoft.Windows.Notepad~~~~0.0.1.0", "ProductName": "Microsoft.Windows.Notepad", "Culture": "", "DisplayName": "Notepad", "Description": "View, edit, and search through plain text documents and source code files instantly." }, { "Name": "Microsoft.Windows.PowerShell.ISE~~~~0.0.1.0", "ProductName": "Microsoft.Windows.PowerShell.ISE", "Culture": "", "DisplayName": "Windows PowerShell Integrated Scripting Environment", "Description": "Windows PowerShell Integrated Scripting Environment (ISE) is a graphical editor for PowerShell scripts with syntax-coloring, tab completion, and visual debugging." }, { "Name": "Microsoft.Windows.StorageManagement~~~~0.0.1.0", "ProductName": "Microsoft.Windows.StorageManagement", "Culture": "", "DisplayName": "Windows Storage Management", "Description": "Windows Storage Management." }, { "Name": "Microsoft.Windows.WordPad~~~~0.0.1.0", "ProductName": "Microsoft.Windows.WordPad", "Culture": "", "DisplayName": "WordPad", "Description": "Create, open, and edit .rtf, .docx, and .txt files instantly" }, { "Name": "Msix.PackagingTool.Driver~~~~0.0.1.0", "ProductName": "Msix.PackagingTool.Driver", "Culture": "", "DisplayName": "MSIX Packaging Tool Driver", "Description": "Supports conversion of win32 apps to MSIX format." }, { "Name": "NetFX3~~~~", "ProductName": "NetFX3", "Culture": "", "DisplayName": ".NET Framework 3.5 (includes .NET 2.0 and 3.0)", "Description": ".NET Framework 3.5 (includes .NET 2.0 and 3.0)" }, { "Name": "Network.Irda~~~~0.0.1.0", "ProductName": "Network.Irda", "Culture": "", "DisplayName": "IrDA infrared", "Description": "Support for IrDA devices. Requires special IrDA hardware." }, { "Name": "OneCoreUAP.OneSync~~~~0.0.1.0", "ProductName": "OneCoreUAP.OneSync", "Culture": "", "DisplayName": "Exchange ActiveSync and Internet Mail Sync engine", "Description": "OS sync engine for syncing mail, contacts and calendar data. This sync engine is used by UWP apps like Mail, Calendar and People" }, { "Name": "OpenSSH.Client~~~~0.0.1.0", "ProductName": "OpenSSH.Client", "Culture": "", "DisplayName": "OpenSSH Client", "Description": "OpenSSH-based secure shell (SSH) client, for secure key management and access to remote machines." }, { "Name": "OpenSSH.Server~~~~0.0.1.0", "ProductName": "OpenSSH.Server", "Culture": "", "DisplayName": "OpenSSH Server", "Description": "OpenSSH-based secure shell (SSH) server, for secure key management and access from remote machines." }, { "Name": "Print.Fax.Scan~~~~0.0.1.0", "ProductName": "Print.Fax.Scan", "Culture": "", "DisplayName": "Windows Fax and Scan", "Description": "Integrated faxing and scanning application for Windows" }, { "Name": "Print.Management.Console~~~~0.0.1.0", "ProductName": "Print.Management.Console", "Culture": "", "DisplayName": "Print Management Console", "Description": "Enables management of printers, printer drivers and printer servers." }, { "Name": "RasCMAK.Client~~~~0.0.1.0", "ProductName": "RasCMAK.Client", "Culture": "", "DisplayName": "RAS Connection Manager Administration Kit (CMAK)", "Description": "Create profiles for connecting to remote servers and networks." }, { "Name": "RIP.Listener~~~~0.0.1.0", "ProductName": "RIP.Listener", "Culture": "", "DisplayName": "RIP Listener", "Description": "Listens for route updates sent by routers that use the Routing Information Protocol version 1 (RIPv1)" }, { "Name": "Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0", "ProductName": "Rsat.ActiveDirectory.DS-LDS.Tools", "Culture": "", "DisplayName": "RSAT: Active Directory Domain Services and Lightweight Directory Services Tools", "Description": "Active Directory Domain Services (AD DS) and Active Directory Lightweight Directory Services (AD LDS) Tools include snap-ins and command-line tools for remotely managing AD DS and AD LDS on Windows Server." }, { "Name": "Rsat.BitLocker.Recovery.Tools~~~~0.0.1.0", "ProductName": "Rsat.BitLocker.Recovery.Tools", "Culture": "", "DisplayName": "RSAT: BitLocker Drive Encryption Administration Utilities", "Description": "BitLocker Drive Encryption Administration Utilities include tools for managing BitLocker Drive Encryption features. BitLocker Active Directory Recovery Password Viewer helps to locate BitLocker drive encryption recovery passwords in Active Directory Domain Services (AD DS)." }, { "Name": "Rsat.CertificateServices.Tools~~~~0.0.1.0", "ProductName": "Rsat.CertificateServices.Tools", "Culture": "", "DisplayName": "RSAT: Active Directory Certificate Services Tools", "Description": "Active Directory Certificate Services Tools include the Certification Authority, Certificate Templates, Enterprise PKI, and Online Responder Management snap-ins for remotely managing AD CS on Windows Server" }, { "Name": "Rsat.DHCP.Tools~~~~0.0.1.0", "ProductName": "Rsat.DHCP.Tools", "Culture": "", "DisplayName": "RSAT: DHCP Server Tools", "Description": "DHCP Server Tools include the DHCP MMC snap-in, DHCP server netsh context and Windows PowerShell module for DHCP Server." }, { "Name": "Rsat.Dns.Tools~~~~0.0.1.0", "ProductName": "Rsat.Dns.Tools", "Culture": "", "DisplayName": "RSAT: DNS Server Tools", "Description": "DNS Server Tools include the DNS Manager snap-in, dnscmd.exe command-line tool and Windows PowerShell module for DNS Server." }, { "Name": "Rsat.FailoverCluster.Management.Tools~~~~0.0.1.0", "ProductName": "Rsat.FailoverCluster.Management.Tools", "Culture": "", "DisplayName": "RSAT: Failover Clustering Tools", "Description": "Failover Clustering Tools include the Failover Cluster Manager snap-in, the Cluster-Aware Updating interface, and the Failover Cluster module for Windows PowerShell" }, { "Name": "Rsat.FileServices.Tools~~~~0.0.1.0", "ProductName": "Rsat.FileServices.Tools", "Culture": "", "DisplayName": "RSAT: File Services Tools", "Description": "File Services Tools include snap-ins and command-line tools for remotely managing the File Services role on Windows Server." }, { "Name": "Rsat.GroupPolicy.Management.Tools~~~~0.0.1.0", "ProductName": "Rsat.GroupPolicy.Management.Tools", "Culture": "", "DisplayName": "RSAT: Group Policy Management Tools", "Description": "Group Policy Management Tools include Group Policy Management Console, Group Policy Management Editor, and Group Policy Starter GPO Editor." }, { "Name": "Rsat.IPAM.Client.Tools~~~~0.0.1.0", "ProductName": "Rsat.IPAM.Client.Tools", "Culture": "", "DisplayName": "RSAT: IP Address Management (IPAM) Client", "Description": "IP Address Management (IPAM) Client is used to connect to and manage a remote IPAM server. IPAM provides a central framework for managing IP address space and corresponding infrastructure servers such as DHCP and DNS in an Active Directory forest." }, { "Name": "Rsat.LLDP.Tools~~~~0.0.1.0", "ProductName": "Rsat.LLDP.Tools", "Culture": "", "DisplayName": "RSAT: Data Center Bridging LLDP Tools", "Description": "Data Center Bridging LLDP Tools include PowerShell tools for remotely managing LLDP agents on Windows Server." }, { "Name": "Rsat.NetworkController.Tools~~~~0.0.1.0", "ProductName": "Rsat.NetworkController.Tools", "Culture": "", "DisplayName": "RSAT: Network Controller Management Tools", "Description": "Network Controller Management Tools include PowerShell tools for managing the Network Controller role on Windows Server." }, { "Name": "Rsat.NetworkLoadBalancing.Tools~~~~0.0.1.0", "ProductName": "Rsat.NetworkLoadBalancing.Tools", "Culture": "", "DisplayName": "RSAT: Network Load Balancing Tools", "Description": "Network Load Balancing Tools include the Network Load Balancing Manager snap-in, the Network Load Balancing module for Windows PowerShell, and the nlb.exe and wlbs.exe command-line tools." }, { "Name": "Rsat.RemoteAccess.Management.Tools~~~~0.0.1.0", "ProductName": "Rsat.RemoteAccess.Management.Tools", "Culture": "", "DisplayName": "RSAT: Remote Access Management Tools", "Description": "Remote Access Management Tools include graphical and PowerShell tools for managing the Remote Access role on Windows Server." }, { "Name": "Rsat.RemoteDesktop.Services.Tools~~~~0.0.1.0", "ProductName": "Rsat.RemoteDesktop.Services.Tools", "Culture": "", "DisplayName": "RSAT: Remote Desktop Services Tools", "Description": "Remote Desktop Services Tools include snap-ins for Remote Desktop Licensing Manager, Remote Desktop Licensing Diagnostics and Remote Desktop Gateway Manager. Use Server Manager to administer all other RDS role services." }, { "Name": "Rsat.ServerManager.Tools~~~~0.0.1.0", "ProductName": "Rsat.ServerManager.Tools", "Culture": "", "DisplayName": "RSAT: Server Manager", "Description": "Server Manager includes the Server Manager console and PowerShell tools for remotely managing Windows Server, and includes tools to remotely configure NIC teaming on Windows Server and Best Practices Analyzer." }, { "Name": "Rsat.Shielded.VM.Tools~~~~0.0.1.0", "ProductName": "Rsat.Shielded.VM.Tools", "Culture": "", "DisplayName": "RSAT: Shielded VM Tools", "Description": "Shielded VM Tools include the Provisioning Data File Wizard and the Template Disk Wizard." }, { "Name": "Rsat.StorageMigrationService.Management.Tools~~~~0.0.1.0", "ProductName": "Rsat.StorageMigrationService.Management.Tools", "Culture": "", "DisplayName": "RSAT: Storage Migration Service Management Tools", "Description": "Provides management tools for storage migration jobs." }, { "Name": "Rsat.StorageReplica.Tools~~~~0.0.1.0", "ProductName": "Rsat.StorageReplica.Tools", "Culture": "", "DisplayName": "RSAT: Storage Replica Module for Windows PowerShell", "Description": "Includes PowerShell module to remotely manage the Storage Replica feature on Windows Server 2016." }, { "Name": "Rsat.SystemInsights.Management.Tools~~~~0.0.1.0", "ProductName": "Rsat.SystemInsights.Management.Tools", "Culture": "", "DisplayName": "RSAT: System Insights Module for Windows PowerShell", "Description": "System Insights module for Windows PowerShell provides the ability to manage System Insights feature." }, { "Name": "Rsat.VolumeActivation.Tools~~~~0.0.1.0", "ProductName": "Rsat.VolumeActivation.Tools", "Culture": "", "DisplayName": "RSAT: Volume Activation Tools", "Description": "Volume activation Tools can be used to manage volume activation license keys on a Key Management Service (KMS) host or in Microsoft Active Directory Domain Services. These tools can be used to install, activate, and manage one or more volume activation license keys, and to configure KMS settings on Windows Server." }, { "Name": "Rsat.WSUS.Tools~~~~0.0.1.0", "ProductName": "Rsat.WSUS.Tools", "Culture": "", "DisplayName": "RSAT: Windows Server Update Services Tools", "Description": "Windows Server Update Services Tools include graphical and PowerShell tools for managing WSUS." }, { "Name": "SNMP.Client~~~~0.0.1.0", "ProductName": "SNMP.Client", "Culture": "", "DisplayName": "Simple Network Management Protocol (SNMP)", "Description": "This feature includes Simple Network Management Protocol agents that monitor the activity in network devices and report to the network console workstation" }, { "Name": "Tools.DeveloperMode.Core~~~~0.0.1.0", "ProductName": "Tools.DeveloperMode.Core", "Culture": "", "DisplayName": "Windows Developer Mode", "Description": "Developer services for deployment, diagnostics, and connectivity." }, { "Name": "Tools.Graphics.DirectX~~~~0.0.1.0", "ProductName": "Tools.Graphics.DirectX", "Culture": "", "DisplayName": "Graphics Tools", "Description": "This adds DirectX Graphics Tools support" }, { "Name": "Windows.Client.ShellComponents~~~~0.0.1.0", "ProductName": "Windows.Client.ShellComponents", "Culture": "", "DisplayName": "Windows Feature Experience Pack", "Description": "User Experience for Windows" }, { "Name": "Windows.Desktop.EMS-SAC.Tools~~~~0.0.1.0", "ProductName": "Windows.Desktop.EMS-SAC.Tools", "Culture": "", "DisplayName": "EMS and SAC Toolset for Windows 10", "Description": "Windows Emergency Management Services (EMS) and Special Administration Console (SAC) Toolset for Windows 10." }, { "Name": "WMI-SNMP-Provider.Client~~~~0.0.1.0", "ProductName": "WMI-SNMP-Provider.Client", "Culture": "", "DisplayName": "WMI SNMP Provider", "Description": "The SNMP WMI Provider enables WMI clients to consume SNMP information through the CIM model as implemented by WMI" }, { "Name": "XPS.Viewer~~~~0.0.1.0", "ProductName": "XPS.Viewer", "Culture": "", "DisplayName": "XPS Viewer", "Description": "Allows you to read, copy, print, sign, and set permissions for XPS documents" } ] |