Internationalization and localization using Microsoft .NET: [learn to write localized programs in both C# and VB .NET ; grasp the design and implementation of world-ready programs, including localization of resources ; ...]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Berkeley, CA
Apress
2002
|
Schriftenreihe: | The expert's voice
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XIX, 352 S. Ill. |
ISBN: | 1590590023 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV035798426 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | t | ||
008 | 091029s2002 a||| |||| 00||| eng d | ||
020 | |a 1590590023 |9 1-59059-002-3 | ||
024 | 3 | |a 9781590590027 | |
035 | |a (OCoLC)314221437 | ||
035 | |a (DE-599)BSZ09842825X | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a eng | |
049 | |a DE-M347 | ||
084 | |a ST 253 |0 (DE-625)143628: |2 rvk | ||
100 | 1 | |a Symmonds, Nicholas |e Verfasser |4 aut | |
245 | 1 | 0 | |a Internationalization and localization using Microsoft .NET |b [learn to write localized programs in both C# and VB .NET ; grasp the design and implementation of world-ready programs, including localization of resources ; ...] |c Nicholas Symmonds |
264 | 1 | |a Berkeley, CA |b Apress |c 2002 | |
300 | |a XIX, 352 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a The expert's voice | |
650 | 0 | 7 | |a C sharp |0 (DE-588)4616843-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Microsoft dot net |0 (DE-588)4645646-6 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a C sharp |0 (DE-588)4616843-6 |D s |
689 | 0 | 1 | |a Microsoft dot net |0 (DE-588)4645646-6 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m SWB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018657604&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-018657604 |
Datensatz im Suchindex
_version_ | 1804140743028113408 |
---|---|
adam_text | CONTENTS ABOUT THE AUTHOR . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .XI ABOUT
THE TECH REVIEWER . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . .XII PREFACE . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . .XIII ACKNOWLEDGMENTS . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . .XIX CHAPTER 1: GENERAL LOCALIZATION CONCEPTS . . . . . . . .
. . . . . .1 MULTILANGUAGE SUPPORT . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . .1 CHOOSING
GRAPHICS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .2 A WORD ABOUT COLOR . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . .3 RESOURCE FILE CONCEPTS . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5 SUMMARY .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . .11 CHAPTER 2: ASPECTS
OF LOCALIZATION . . . . . . . . . . . . . . . . . . . . .13 GUI DESIGN
FOR MULITINATIONAL PROGRAMS . . . . . . . . . . . . . . . . . . . . . .
. . . .13 INTRODUCING UNICODE AND CHARACTER SETS . . . . . . . . . . . .
. . . . . . . . . . . . . .29 SUMMARY . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . .33 CHAPTER 3: USING MULTIPLE RESOURCE FILES IN VB 6 .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .35
VB 6 RESOURCE FILE OVERVIEW . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . .35 WHAT VB 6 RESOURCE FILES LACK . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .36
EXTERNAL RESOURCE COMPILER . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . .36 A MORE READABLE RESOURCE FILE . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .38
MAKING AN EXTERNAL RESOURCE FILE . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . .39 LOADING RESOURCES AT RUNTIME . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .40 SUMMARY .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . .62 VII 0023FM
12/27/01 2:54 PM PAGE VII CHAPTER 4: THE GLOBALIZATION NAMESPACE . . . .
. . . . . . . . . . .63 INTERFACES AND CLASSES . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .63
SYSTEM.GLOBALIZATION NAMESPACE . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . .64 CALENDAR CLASS . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . .65 CULTUREINFO CLASS . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . .69
DATETIMEFORMATINFO CLASS . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . .85 NUMBERFORMATINFO CLASS . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . .89 REGIONINFO CLASS . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . .91 STRINGINFO
CLASS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . .100 SUMMARY . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . .104 CHAPTER 5: SYSTEM.RESOURCES AND
SYSTEM.THREADING NAMESPACES . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . .105 SYSTEM.RESOURCES NAMESPACE . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .105
USING REFLECTION TO FIND MISSING CLASSES . . . . . . . . . . . . . . . .
. . . . . . .118 SYSTEM.THREADING NAMESPACE . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . .121 RESOURCE FILE TYPES
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . .123 ENTER XML . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . .127 SUMMARY . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .134
CHAPTER 6: RESOURCE FILE TOOLS . . . . . . . . . . . . . . . . . . . . .
. . . . .135 RESOURCE TOOLS . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .135 IDE
FORMS DESIGNER . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .140 WINRES.EXE . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . .152 SUMMARY . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . .157 CHAPTER 7: RESOURCE EDITOR EXAMPLE . . . . . . . . .
. . . . . . . . . . .159 STARTING THE PROJECT . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .161
WHERE IS THE LOCALIZATION? . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .168 HERE COMES THE CODE . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. .168 GENERATING THE RESOURCE HANDLER CLASS . . . . . . . . . . . . . .
. . . . . . . . . . . .174 VIII CONTENTS 0023FM 12/27/01 2:54 PM PAGE
VIII IX CONTENTS THE RESUTIL CLASS COMPLETED . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . .188 BACK TO THE MAIN CODE
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . .199 THE IMPORT FUNCTIONS AT WORK . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . .203 SAVING THE DATA .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . .209 THE VB RESOURCE EDITOR PROJECT IN
SUMMARY . . . . . . . . . . . . . . . . . . . . .213 MAKING THE C#
VERSION OF THE RESOURCE EDITOR . . . . . . . . . . . . . . . . . .213
MAKING A CUSTOM COLLECTION CLASS . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . .226 FINISHING OFF THE CODE . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .230
HANDLING EVENTS IN C# . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .241 SUMMARY . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . .242 CHAPTER 8: LET*S LOCALIZE . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . .243 LAYING OUT THE
TASK . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . .243 REVISITING THE GUI . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
.244 INITIALIZING THE CONTROLS WITH STRINGS . . . . . . . . . . . . . .
. . . . . . . . . . .244 ENHANCING THE RESIMAGE CLASS . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . .247 MANUALLY
ADDING AN ICON TO THE RESOURCE EDITOR . . . . . . . . . . . . . . .255
FINISHING THE INTERNATIONALIZATION PORTION . . . . . . . . . . . . . . .
. . . . .259 MAKING A NEW RESOURCE FILE . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . .262 FINALIZING THE CODE . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . .267 TESTING THE PROGRAM . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .274 SUMMARY
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . .275 CHAPTER 9:
LOCALIZATION IN ASP.NET . . . . . . . . . . . . . . . . . . . .277 THE
COLDEST HOTEL APPLICATION . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . .277 WRITING THE CODE . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. .280 SUMMARY . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .302
CHAPTER 10: VERSIONING RESOURCE FILES IN .NET . . . .305 IMPLICIT
SECURITY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . .306 VERSIONING IN .NET . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . .314 SUMMARY . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
.321 0023FM 12/27/01 2:54 PM PAGE IX CHAPTER 11: LOCALIZATION WRAP-UP .
. . . . . . . . . . . . . . . . . . . . . .323 HELP FILES . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . .323 GETTING IT TRANSLATED . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
.324 TESTING YOUR LOCALIZED CODE . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . .328 DON*T FORGET THE INSTALL . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
.330 FINAL COMMENTS . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . .330 APPENDIX:
RESOURCES FOR INTERNATIONALIZATION AND LOCALIZATION PROJECTS . . . . . .
. . . . . . . . . . . . . . . . . . .333 GENERAL GLOBALIZATION WEB SITES
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .333
MACHINE TRANSLATION SERVICES . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . .334 PLACES TO GET FONTS . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
.334 STANDARDS . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .334 EDITORS .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . .335 INDEX . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . .337 X CONTENTS 0023FM 12/27/01
2:54 PM PAGE X
|
any_adam_object | 1 |
author | Symmonds, Nicholas |
author_facet | Symmonds, Nicholas |
author_role | aut |
author_sort | Symmonds, Nicholas |
author_variant | n s ns |
building | Verbundindex |
bvnumber | BV035798426 |
classification_rvk | ST 253 |
ctrlnum | (OCoLC)314221437 (DE-599)BSZ09842825X |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01490nam a2200361 c 4500</leader><controlfield tag="001">BV035798426</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">091029s2002 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1590590023</subfield><subfield code="9">1-59059-002-3</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781590590027</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)314221437</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BSZ09842825X</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-M347</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 253</subfield><subfield code="0">(DE-625)143628:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Symmonds, Nicholas</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Internationalization and localization using Microsoft .NET</subfield><subfield code="b">[learn to write localized programs in both C# and VB .NET ; grasp the design and implementation of world-ready programs, including localization of resources ; ...]</subfield><subfield code="c">Nicholas Symmonds</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berkeley, CA</subfield><subfield code="b">Apress</subfield><subfield code="c">2002</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIX, 352 S.</subfield><subfield code="b">Ill.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">The expert's voice</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">C sharp</subfield><subfield code="0">(DE-588)4616843-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Microsoft dot net</subfield><subfield code="0">(DE-588)4645646-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">C sharp</subfield><subfield code="0">(DE-588)4616843-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Microsoft dot net</subfield><subfield code="0">(DE-588)4645646-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">SWB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018657604&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-018657604</subfield></datafield></record></collection> |
id | DE-604.BV035798426 |
illustrated | Illustrated |
indexdate | 2024-07-09T22:04:49Z |
institution | BVB |
isbn | 1590590023 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-018657604 |
oclc_num | 314221437 |
open_access_boolean | |
owner | DE-M347 |
owner_facet | DE-M347 |
physical | XIX, 352 S. Ill. |
publishDate | 2002 |
publishDateSearch | 2002 |
publishDateSort | 2002 |
publisher | Apress |
record_format | marc |
series2 | The expert's voice |
spelling | Symmonds, Nicholas Verfasser aut Internationalization and localization using Microsoft .NET [learn to write localized programs in both C# and VB .NET ; grasp the design and implementation of world-ready programs, including localization of resources ; ...] Nicholas Symmonds Berkeley, CA Apress 2002 XIX, 352 S. Ill. txt rdacontent n rdamedia nc rdacarrier The expert's voice C sharp (DE-588)4616843-6 gnd rswk-swf Microsoft dot net (DE-588)4645646-6 gnd rswk-swf C sharp (DE-588)4616843-6 s Microsoft dot net (DE-588)4645646-6 s DE-604 SWB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018657604&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Symmonds, Nicholas Internationalization and localization using Microsoft .NET [learn to write localized programs in both C# and VB .NET ; grasp the design and implementation of world-ready programs, including localization of resources ; ...] C sharp (DE-588)4616843-6 gnd Microsoft dot net (DE-588)4645646-6 gnd |
subject_GND | (DE-588)4616843-6 (DE-588)4645646-6 |
title | Internationalization and localization using Microsoft .NET [learn to write localized programs in both C# and VB .NET ; grasp the design and implementation of world-ready programs, including localization of resources ; ...] |
title_auth | Internationalization and localization using Microsoft .NET [learn to write localized programs in both C# and VB .NET ; grasp the design and implementation of world-ready programs, including localization of resources ; ...] |
title_exact_search | Internationalization and localization using Microsoft .NET [learn to write localized programs in both C# and VB .NET ; grasp the design and implementation of world-ready programs, including localization of resources ; ...] |
title_full | Internationalization and localization using Microsoft .NET [learn to write localized programs in both C# and VB .NET ; grasp the design and implementation of world-ready programs, including localization of resources ; ...] Nicholas Symmonds |
title_fullStr | Internationalization and localization using Microsoft .NET [learn to write localized programs in both C# and VB .NET ; grasp the design and implementation of world-ready programs, including localization of resources ; ...] Nicholas Symmonds |
title_full_unstemmed | Internationalization and localization using Microsoft .NET [learn to write localized programs in both C# and VB .NET ; grasp the design and implementation of world-ready programs, including localization of resources ; ...] Nicholas Symmonds |
title_short | Internationalization and localization using Microsoft .NET |
title_sort | internationalization and localization using microsoft net learn to write localized programs in both c and vb net grasp the design and implementation of world ready programs including localization of resources |
title_sub | [learn to write localized programs in both C# and VB .NET ; grasp the design and implementation of world-ready programs, including localization of resources ; ...] |
topic | C sharp (DE-588)4616843-6 gnd Microsoft dot net (DE-588)4645646-6 gnd |
topic_facet | C sharp Microsoft dot net |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018657604&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT symmondsnicholas internationalizationandlocalizationusingmicrosoftnetlearntowritelocalizedprogramsinbothcandvbnetgraspthedesignandimplementationofworldreadyprogramsincludinglocalizationofresources |