SlideShare a Scribd company logo
1 of 22
国际化与本地化 Lokalisierung Localisation Lokalizáció  גלובליזציה ולוקליזציה التعريبوالترجمة Robert.Sayegh@gmail.com (2009) Globalization & Localization 1
This presentation provides a high level overview of the globalization aspects involved in SW development process Robert.Sayegh@gmail.com (2009) 2 Disclaimer: globalization process of documentations is a whole complicated other process, and therefore not addressed in this presentation.
  	    Making software Global, 			by turning it Local Robert.Sayegh@gmail.com (2009) 3 Globalization is the sum of all processes adapting SW products for potential use virtually everywhere Externalization is the process of extracting the strings that require translation out from the SW Localization is the creation of  language locales and enabling switching between them during applications runtime. Externalization (E13N) Translation Localization (L10N) internationalization(I18N) Internalization is the process of adapting SW for Globalization, including separating UI strings from logic, number formatting, threads propagating the culture, and more…
Externalization ,[object Object]
Win-Forms (.Net 2 and earlier)
All UI text must reside in resource string-table files
WPF (.Net 3 and above)
All XAML files can automatically be translated.
Other UI text (e.g. Reports, special messaging, etc.) must reside in resource string-table filesRobert.Sayegh@gmail.com (2009) 4
String Table Resource Strings are entries in the resource table ,[object Object]
Value:  The actual localized string. Full-correct grammar!
Comment: Explanation of UI location/context of text.Robert.Sayegh@gmail.com (2009) 5
Strings conventions ,[object Object]
Always write the whole-explicit text     (even if duplicated!)Int x = 10; // not sensitive to language semantics!string text = “Number is: “ + x;;// Good example for creating a UI text string string text = String.Format(“Number is {0}: “, x); 6 Robert.Sayegh@gmail.com (2009)
Externalization cont. ,[object Object]
FxCop
Scans code for any strings
> 85% false positive!
Require IL coding for suiting to your specific code
No other methodological way!
Internalization issues are much harder to find automatically.Robert.Sayegh@gmail.com (2009) 7
Internalization   (Numbers) ,[object Object]

More Related Content

Viewers also liked

Media globalization through localization
Media globalization through localizationMedia globalization through localization
Media globalization through localizationMuhammad Sohaib Afzaal
 
Localization strategy and the customer journey
Localization strategy and the customer journeyLocalization strategy and the customer journey
Localization strategy and the customer journeyScriptorium Publishing
 
India Localization for SCM
India Localization for SCMIndia Localization for SCM
India Localization for SCMravisagaram
 
Globalization and international business
Globalization and international businessGlobalization and international business
Globalization and international businessAlex Maulana SE., MM.
 
The history of globalization. Globalization: pros and cons
The history of globalization. Globalization: pros and consThe history of globalization. Globalization: pros and cons
The history of globalization. Globalization: pros and consefendievaz
 
Types of Software Testing
Types of Software TestingTypes of Software Testing
Types of Software TestingNishant Worah
 
Translation, Localization And Globalization Zhu Xianchao
Translation, Localization And Globalization Zhu XianchaoTranslation, Localization And Globalization Zhu Xianchao
Translation, Localization And Globalization Zhu Xianchaozhuxianchao
 
Software Testing Basics
Software Testing BasicsSoftware Testing Basics
Software Testing BasicsBelal Raslan
 
payroll process
payroll processpayroll process
payroll processonearbaein
 

Viewers also liked (10)

Media globalization through localization
Media globalization through localizationMedia globalization through localization
Media globalization through localization
 
Localization strategy and the customer journey
Localization strategy and the customer journeyLocalization strategy and the customer journey
Localization strategy and the customer journey
 
India Localization for SCM
India Localization for SCMIndia Localization for SCM
India Localization for SCM
 
Globalization and international business
Globalization and international businessGlobalization and international business
Globalization and international business
 
The history of globalization. Globalization: pros and cons
The history of globalization. Globalization: pros and consThe history of globalization. Globalization: pros and cons
The history of globalization. Globalization: pros and cons
 
Toyota ppt
Toyota pptToyota ppt
Toyota ppt
 
Types of Software Testing
Types of Software TestingTypes of Software Testing
Types of Software Testing
 
Translation, Localization And Globalization Zhu Xianchao
Translation, Localization And Globalization Zhu XianchaoTranslation, Localization And Globalization Zhu Xianchao
Translation, Localization And Globalization Zhu Xianchao
 
Software Testing Basics
Software Testing BasicsSoftware Testing Basics
Software Testing Basics
 
payroll process
payroll processpayroll process
payroll process
 

Similar to Globalization Of Software

SLUGUK BUILD Round-up
SLUGUK BUILD Round-upSLUGUK BUILD Round-up
SLUGUK BUILD Round-upDerek Lakin
 
Pengantar Pemrograman Visual II
Pengantar Pemrograman Visual IIPengantar Pemrograman Visual II
Pengantar Pemrograman Visual IIWahyu Primadi
 
.Net introduction by Quontra Solutions
.Net introduction by Quontra Solutions.Net introduction by Quontra Solutions
.Net introduction by Quontra SolutionsQUONTRASOLUTIONS
 
Net framework
Net frameworkNet framework
Net frameworkjhsri
 
Ugif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutesUgif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutesUGIF
 
Software Internationalization Crash Course
Software Internationalization Crash CourseSoftware Internationalization Crash Course
Software Internationalization Crash CourseWill Iverson
 
Your Guide to be a Software Engineer
Your Guide to be a Software EngineerYour Guide to be a Software Engineer
Your Guide to be a Software EngineerAhmed Mater
 
MTaulty_DevWeek_VS2010
MTaulty_DevWeek_VS2010MTaulty_DevWeek_VS2010
MTaulty_DevWeek_VS2010ukdpe
 
MTaulty_DevWeek_VS2010
MTaulty_DevWeek_VS2010MTaulty_DevWeek_VS2010
MTaulty_DevWeek_VS2010ukdpe
 
Stateful mock servers to the rescue on REST ecosystems
Stateful mock servers to the rescue on REST ecosystemsStateful mock servers to the rescue on REST ecosystems
Stateful mock servers to the rescue on REST ecosystemsNuno Caneco
 
European SharePoint Conference: Mobile Applications for SharePoint using HTML5
European SharePoint Conference: Mobile Applications for SharePoint using HTML5European SharePoint Conference: Mobile Applications for SharePoint using HTML5
European SharePoint Conference: Mobile Applications for SharePoint using HTML5Christian Heindel
 
Mobile applications for SharePoint using HTML5
Mobile applications for SharePoint using HTML5Mobile applications for SharePoint using HTML5
Mobile applications for SharePoint using HTML5Christian Heindel
 
Vb6.0 Introduction
Vb6.0 IntroductionVb6.0 Introduction
Vb6.0 IntroductionTennyson
 

Similar to Globalization Of Software (20)

Winbatch
WinbatchWinbatch
Winbatch
 
SLUGUK BUILD Round-up
SLUGUK BUILD Round-upSLUGUK BUILD Round-up
SLUGUK BUILD Round-up
 
Introduction to .net
Introduction to .netIntroduction to .net
Introduction to .net
 
Pengantar Pemrograman Visual II
Pengantar Pemrograman Visual IIPengantar Pemrograman Visual II
Pengantar Pemrograman Visual II
 
.Net introduction by Quontra Solutions
.Net introduction by Quontra Solutions.Net introduction by Quontra Solutions
.Net introduction by Quontra Solutions
 
Net framework
Net frameworkNet framework
Net framework
 
Ugif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutesUgif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutes
 
mobicon_paper
mobicon_papermobicon_paper
mobicon_paper
 
Software Internationalization Crash Course
Software Internationalization Crash CourseSoftware Internationalization Crash Course
Software Internationalization Crash Course
 
Your Guide to be a Software Engineer
Your Guide to be a Software EngineerYour Guide to be a Software Engineer
Your Guide to be a Software Engineer
 
Programming
Programming Programming
Programming
 
MTaulty_DevWeek_VS2010
MTaulty_DevWeek_VS2010MTaulty_DevWeek_VS2010
MTaulty_DevWeek_VS2010
 
MTaulty_DevWeek_VS2010
MTaulty_DevWeek_VS2010MTaulty_DevWeek_VS2010
MTaulty_DevWeek_VS2010
 
Stateful mock servers to the rescue on REST ecosystems
Stateful mock servers to the rescue on REST ecosystemsStateful mock servers to the rescue on REST ecosystems
Stateful mock servers to the rescue on REST ecosystems
 
European SharePoint Conference: Mobile Applications for SharePoint using HTML5
European SharePoint Conference: Mobile Applications for SharePoint using HTML5European SharePoint Conference: Mobile Applications for SharePoint using HTML5
European SharePoint Conference: Mobile Applications for SharePoint using HTML5
 
Graphical programming
Graphical programmingGraphical programming
Graphical programming
 
Introduction to F#
Introduction to F#Introduction to F#
Introduction to F#
 
Mobile applications for SharePoint using HTML5
Mobile applications for SharePoint using HTML5Mobile applications for SharePoint using HTML5
Mobile applications for SharePoint using HTML5
 
Lenguajes y plataformas de desarrollo
Lenguajes y plataformas de desarrolloLenguajes y plataformas de desarrollo
Lenguajes y plataformas de desarrollo
 
Vb6.0 Introduction
Vb6.0 IntroductionVb6.0 Introduction
Vb6.0 Introduction
 

More from Robert Sayegh

Aligning the cogs - strategy for winning products.pdf
Aligning the cogs - strategy for winning products.pdfAligning the cogs - strategy for winning products.pdf
Aligning the cogs - strategy for winning products.pdfRobert Sayegh
 
Quick intro to scrum agile
Quick intro to scrum agileQuick intro to scrum agile
Quick intro to scrum agileRobert Sayegh
 
Get it Right the First Time
Get it Right the First TimeGet it Right the First Time
Get it Right the First TimeRobert Sayegh
 
SW Engineering Management
SW Engineering ManagementSW Engineering Management
SW Engineering ManagementRobert Sayegh
 
Assemblies versioning and signing
Assemblies versioning and signingAssemblies versioning and signing
Assemblies versioning and signingRobert Sayegh
 
PThreads Vs Win32 Threads
PThreads  Vs  Win32 ThreadsPThreads  Vs  Win32 Threads
PThreads Vs Win32 ThreadsRobert Sayegh
 

More from Robert Sayegh (6)

Aligning the cogs - strategy for winning products.pdf
Aligning the cogs - strategy for winning products.pdfAligning the cogs - strategy for winning products.pdf
Aligning the cogs - strategy for winning products.pdf
 
Quick intro to scrum agile
Quick intro to scrum agileQuick intro to scrum agile
Quick intro to scrum agile
 
Get it Right the First Time
Get it Right the First TimeGet it Right the First Time
Get it Right the First Time
 
SW Engineering Management
SW Engineering ManagementSW Engineering Management
SW Engineering Management
 
Assemblies versioning and signing
Assemblies versioning and signingAssemblies versioning and signing
Assemblies versioning and signing
 
PThreads Vs Win32 Threads
PThreads  Vs  Win32 ThreadsPThreads  Vs  Win32 Threads
PThreads Vs Win32 Threads
 

Recently uploaded

WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastPapp Krisztián
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...masabamasaba
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Hararemasabamasaba
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Bert Jan Schrijver
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in sowetomasabamasaba
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benonimasabamasaba
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...masabamasaba
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...chiefasafspells
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...masabamasaba
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfkalichargn70th171
 

Recently uploaded (20)

WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 

Globalization Of Software

  • 1. 国际化与本地化 Lokalisierung Localisation Lokalizáció  גלובליזציה ולוקליזציה التعريبوالترجمة Robert.Sayegh@gmail.com (2009) Globalization & Localization 1
  • 2. This presentation provides a high level overview of the globalization aspects involved in SW development process Robert.Sayegh@gmail.com (2009) 2 Disclaimer: globalization process of documentations is a whole complicated other process, and therefore not addressed in this presentation.
  • 3. Making software Global, by turning it Local Robert.Sayegh@gmail.com (2009) 3 Globalization is the sum of all processes adapting SW products for potential use virtually everywhere Externalization is the process of extracting the strings that require translation out from the SW Localization is the creation of language locales and enabling switching between them during applications runtime. Externalization (E13N) Translation Localization (L10N) internationalization(I18N) Internalization is the process of adapting SW for Globalization, including separating UI strings from logic, number formatting, threads propagating the culture, and more…
  • 4.
  • 5. Win-Forms (.Net 2 and earlier)
  • 6. All UI text must reside in resource string-table files
  • 7. WPF (.Net 3 and above)
  • 8. All XAML files can automatically be translated.
  • 9. Other UI text (e.g. Reports, special messaging, etc.) must reside in resource string-table filesRobert.Sayegh@gmail.com (2009) 4
  • 10.
  • 11. Value: The actual localized string. Full-correct grammar!
  • 12. Comment: Explanation of UI location/context of text.Robert.Sayegh@gmail.com (2009) 5
  • 13.
  • 14. Always write the whole-explicit text (even if duplicated!)Int x = 10; // not sensitive to language semantics!string text = “Number is: “ + x;;// Good example for creating a UI text string string text = String.Format(“Number is {0}: “, x); 6 Robert.Sayegh@gmail.com (2009)
  • 15.
  • 16. FxCop
  • 17. Scans code for any strings
  • 18. > 85% false positive!
  • 19. Require IL coding for suiting to your specific code
  • 21. Internalization issues are much harder to find automatically.Robert.Sayegh@gmail.com (2009) 7
  • 22.
  • 23. Full name: May be configurable in setting
  • 24. Date: preferably by Windows’ regional settings.
  • 25. Special care on reading numbers!
  • 27. Internalization (Fonts) The Microsoft .Net Frameworks provides two powerful mechanisms in the Font class, to support different fonts per the endless number of languages: Fonts Fallback and Fonts Strategy surrogating. However, when text will not appear within GUI controls special care should be taken when matching fonts to languages (e.g. generating a PDF report via 3rd part SW) Microsoft Sans Serif (Unicode font) does not embed the CJK glyphs (Chinese, Japanese, Korean). Arial Unicode MS Unicode font has most glyphs used in probably all languages (Western I, II, Hebrew, Arabic, CJK, and more). However this font is distributed free only with Microsoft Office suits. Programmatic solution may be adopted to match relevant font per specific language Robert.Sayegh@gmail.com (2009) 9
  • 28.
  • 29. However, some technical aspects of this issue include:
  • 30. Use only with the intended most-inner control! As this property may affect in a form, the menus, title, and more!
  • 31.
  • 32.
  • 35. Bitmaps / Icons with text
  • 37. Localization (.Net) Mechanism Robert.Sayegh@gmail.com (2009) 12
  • 38. SW UI Globalization Process Robert.Sayegh@gmail.com (2009) 13
  • 41. On Screen! Robert.Sayegh@gmail.com (2009) 16 English Pseudo translation
  • 42. Truncated text Robert.Sayegh@gmail.com (2009) 17 OK Wrong Length
  • 43. Truncated Text cont. Symptoms Not enough space on the screen was left for translation. People that wrote the UI requirements were not aware to localization. German text on average is 30% longer than English text, some languages are worse!! The shorter a word is, the more probability for longer translation Solutions Avoid the situation (e.g. text in separate lines) [Good UI design] Adopt abbreviations [Bad – not always possible](e.g., “N.” instead of “Nein” in German) Enlarge the UI element (quick & dirty) [Ugly!] Robert.Sayegh@gmail.com (2009) 18
  • 44. (*) What is the translation of “Presets”? Robert.Sayegh@gmail.com (2009) 19 (*) From: Gadi Wolach (2008)
  • 45.
  • 46. French translator: “Display the report”
  • 47. Actual meaning: “add this display to the report”Linguistic verification(*)A sample is worth 1000 words! Robert.Sayegh@gmail.com (2009) 20 (*) From: Gadi Wolach (2008)
  • 48. Linguistic verificationA sample is worth 1000 words! 2. Is the translation actually located correctly? Robert.Sayegh@gmail.com (2009) 21 Screen 1 Screen 2
  • 49. Thank you 谢谢 Dankeschön Merci Köszönöm  תודה شكراً Robert.Sayegh@gmail.com (2009) 22