SlideShare a Scribd company logo
devcoach.com
ASP.NET MVC Localization
Daniel Fisher | devcoach
Καλώς Ήλθατε
Willkommen
Welcome
přivítat
bienvenido
bienvenu
sevilen
devcoach.com
devcoach.com
BERTAUNG + SCHULUNG + PROJEKTE
• Themen
– Architektur & Technologie Evaluierung,
Performance Optimierung, Entwicklungs-
Unterstützung, Security Reviews, QA, POC &
Know-how-Transfer
• Technologien
– Services: WCF & WF
– Data: ADO.NET & EF
– Web: ASP.NET, MVC & Silverlight
• Kunden
– Versicherung, Finanzindustrie, Mittelstand,
Handel, Kommunikation, Softwarehersteller…
Und sie?
• Kontakt
– info@devcoach.com
devcoach.com
Daniel Fisher
• devcoach.com
– Mit-Gründer und Geschäftsführer
• Justcommunity.de
– Mit-Gründer und Vorstand
• nrwconf.de
– Mit-Gründer und Organisator
• netug-niederrhein.de
– Mit-Gründer und Leiter
• microsoft.com
– Community Leader & Insider (CLIP)
– Certified Professional Developer
– Business Platform Technology Advisor
• lennybacon.com
– Blog
• twitter.com
– @lennybacon
devcoach.com
Efficient Communication…
devcoach.com
Agenda
• Loco?lize
• Server
– Thread Localization
– Resource Localization
– View Localization
• Client
– Jquery Localization
• Summary
devcoach.com
Customer
• "Users should select a language (by clicking
e.g. a flag) and information will be presented
in the corresponding language."
devcoach.com
Developer
• "If the users clicks on a flag I reload the page
and transmit the language as parameter to
load the information in the corresponding
language."
devcoach.com
The process of localization…
Server
HTTP GET
HTTP 200
HTTP GET (select language)
HTTP 200
HTTP GET
HTTP 200
devcoach.com
devcoach.com
Customer
• "Users should select a language (by clicking
e.g. a flag) and information will be presented
in the corresponding language. The selection
should be maintained as long as the user
browses out site!"
devcoach.com
The process of localization…
Server
HTTP GET
HTTP 200
HTTP GET (select language)
HTTP 200
HTTP GET
HTTP 200
STATE
devcoach.com
Code
var language =
Session["Language"]
?? Request.QueryString["lang"];
if(!string.IsNullOrWhitespace(language )
{
Session["Language"] = language ;
}
devcoach.com
devcoach.com
devcoach.com
Requirements
• Customer: Information should be presented
in the language requested if possible.
devcoach.com
Wait… that is part of HTTP
• RFC2295: Transparent Content Negotiation in
HTTP
– http://gewis.win.tue.nl/~koen/conneg/rfc2295.txt
devcoach.com
devcoach.com
In the beginning there was nothing…
…God said, 'Let there be URI!'
And there was URI.
devcoach.com
devcoach.com
HTTP://LOCALHOST/EN/DEMO1
Thread Localization
devcoach.com
Resource Localization
• The .NET Way
– *.resx
– *.de.resx
– …
devcoach.com
Resource Localization
• The ASP.NET Web Forms Way
– [Page/Control].GetGlobalResourceObject(…)
– [Page/Control].GetLocalResourceObject(…)
– <asp:Button ID="btnSubmit" runat="server"
Text="<%$ Resources:btnSubmit.Text %>" />
– <asp:Button ID="btnSubmit" runat="server"
meta:resourcekey="btnSubmit" />
devcoach.com
Resource Localization Tools
• Zeta Resource Editor?
• Kein ASP.NET? WPF?
– NLocalize ;-)
• http://www.nlocalize.de
• Auch hier Sponsor!
devcoach.com
Resource Localization Extensibility
ASP.NET
ResourceProviderFactory
ResourceProvider
ResourceReader
Your Code
devcoach.com
HTTP://LOCALHOST/EN/DEMO2
Resource Localization
devcoach.com
devcoach.com
HTTP://LOCALHOST/EN/DEMO3
View Localization
devcoach.com
devcoach.com
devcoach.com
HTTP://LOCALHOST/EN/DEMO4
jQuery Plugins Localization
devcoach.com
THX C U @LENNYBACON

More Related Content

Viewers also liked (17)

PPTX
2015 JavaScript introduction
Daniel Fisher
 
PDF
Hindi Jan Lokpal
Anoochan Pandey
 
PDF
Jan Lokpal VS Sarkari Lokpal
Anoochan Pandey
 
PPTX
Social Good Summit Presentation
Benjamin Johnson
 
PPTX
Sistemas constructivos de la civilización azteca
Hector Jimenez Vasquez
 
PPTX
2011 NetUG HH: ASP.NET MVC & HTML 5
Daniel Fisher
 
PDF
Arbonne One On One
tpohawpatchoko
 
PPT
Fstep Webinar: Beyond The Funnel Mentality
JenniferHai
 
PPTX
Robots in recovery
Ye Eun Yoon
 
PPTX
2014 - DotNet UG Rhen Ruhr: Komponentenorientierung
Daniel Fisher
 
PPT
2005 - .NET Chaostage: 1st class data driven applications with ASP.NET 2.0
Daniel Fisher
 
PPTX
2013 - ICE Lingen: AngularJS introduction
Daniel Fisher
 
PDF
2014 - DotNetCologne: Build, Builder, Am Buildesten
Daniel Fisher
 
PPT
2006 - Basta!: Web 2.0 mit asp.net 2.0
Daniel Fisher
 
PPTX
2008 - Afterlaunch: 10 Tipps für WCF
Daniel Fisher
 
PPTX
2010 - Basta!: REST mit WCF 4, Silverlight und AJAX
Daniel Fisher
 
PPT
CONTRACT ENGINEERING SERVICES
ceseng
 
2015 JavaScript introduction
Daniel Fisher
 
Hindi Jan Lokpal
Anoochan Pandey
 
Jan Lokpal VS Sarkari Lokpal
Anoochan Pandey
 
Social Good Summit Presentation
Benjamin Johnson
 
Sistemas constructivos de la civilización azteca
Hector Jimenez Vasquez
 
2011 NetUG HH: ASP.NET MVC & HTML 5
Daniel Fisher
 
Arbonne One On One
tpohawpatchoko
 
Fstep Webinar: Beyond The Funnel Mentality
JenniferHai
 
Robots in recovery
Ye Eun Yoon
 
2014 - DotNet UG Rhen Ruhr: Komponentenorientierung
Daniel Fisher
 
2005 - .NET Chaostage: 1st class data driven applications with ASP.NET 2.0
Daniel Fisher
 
2013 - ICE Lingen: AngularJS introduction
Daniel Fisher
 
2014 - DotNetCologne: Build, Builder, Am Buildesten
Daniel Fisher
 
2006 - Basta!: Web 2.0 mit asp.net 2.0
Daniel Fisher
 
2008 - Afterlaunch: 10 Tipps für WCF
Daniel Fisher
 
2010 - Basta!: REST mit WCF 4, Silverlight und AJAX
Daniel Fisher
 
CONTRACT ENGINEERING SERVICES
ceseng
 

Similar to 2011 - DotNetFranken: ASP.NET MVC Localization (8)

PPTX
Localization and globalization in c#
PaYal Umraliya
 
PPTX
impact hub presentation ready to go international, how to adapt your online...
Tim Norburn
 
PPTX
Does your website speak Chinese?
KenticoCMS
 
PPT
Creating and Maintaining An Internationalized Website
Brian Huff
 
PDF
Internationalization and Localization for Translators
English Español
 
PPTX
Does your website speak Chinese?
Thomas Robbins
 
PDF
Definitive guide-to-website-translation lionbridge
⭐⭐⭐⭐⭐Vincent Parissis ⭐⭐⭐⭐⭐
 
PDF
Web Site L10n 101
jsoloduk
 
Localization and globalization in c#
PaYal Umraliya
 
impact hub presentation ready to go international, how to adapt your online...
Tim Norburn
 
Does your website speak Chinese?
KenticoCMS
 
Creating and Maintaining An Internationalized Website
Brian Huff
 
Internationalization and Localization for Translators
English Español
 
Does your website speak Chinese?
Thomas Robbins
 
Definitive guide-to-website-translation lionbridge
⭐⭐⭐⭐⭐Vincent Parissis ⭐⭐⭐⭐⭐
 
Web Site L10n 101
jsoloduk
 
Ad

More from Daniel Fisher (20)

PPTX
MD DevdDays 2016: Defensive programming, resilience patterns & antifragility
Daniel Fisher
 
PPTX
NRWConf, DE: Defensive programming, resilience patterns & antifragility
Daniel Fisher
 
PPTX
.NET Developer Days 2015, PL: Defensive programming, resilience patterns & an...
Daniel Fisher
 
PPTX
2015 - Basta! 2015, DE: JavaScript und build
Daniel Fisher
 
PPTX
2015 - Basta! 2015, DE: Defensive programming, resilience patterns & antifrag...
Daniel Fisher
 
PDF
2015 - Network 2015, UA: Defensive programming, resilience patterns & antifra...
Daniel Fisher
 
PPTX
2011 - Dotnet Information Day: NUGET
Daniel Fisher
 
PPTX
2011 - DNC: REST Wars
Daniel Fisher
 
PPTX
2010 - Basta!: IPhone Apps mit C#
Daniel Fisher
 
PPTX
2010 - Basta: ASP.NET Controls für Web Forms und MVC
Daniel Fisher
 
PPTX
2010 Basta!: Massendaten mit ADO.NET
Daniel Fisher
 
PPTX
2010 - Basta!: REST mit ASP.NET MVC
Daniel Fisher
 
PPTX
2009 - Microsoft Springbreak: IIS, PHP & WCF
Daniel Fisher
 
PPTX
2009 - NRW Conf: (ASP).NET Membership
Daniel Fisher
 
PPTX
2009 Dotnet Information Day: More effective c#
Daniel Fisher
 
PPTX
2009 - DNC: Silverlight ohne UI - Nur als Cache
Daniel Fisher
 
PPTX
2009 - Basta!: Url rewriting mit iis, asp.net und routing engine
Daniel Fisher
 
PPTX
2009 - Basta!: Agiles requirements engineering
Daniel Fisher
 
PPTX
2008 - TechDays PT: Modeling and Composition for Software today and tomorrow
Daniel Fisher
 
PPTX
2008 - TechDays PT: Building Software + Services with Volta
Daniel Fisher
 
MD DevdDays 2016: Defensive programming, resilience patterns & antifragility
Daniel Fisher
 
NRWConf, DE: Defensive programming, resilience patterns & antifragility
Daniel Fisher
 
.NET Developer Days 2015, PL: Defensive programming, resilience patterns & an...
Daniel Fisher
 
2015 - Basta! 2015, DE: JavaScript und build
Daniel Fisher
 
2015 - Basta! 2015, DE: Defensive programming, resilience patterns & antifrag...
Daniel Fisher
 
2015 - Network 2015, UA: Defensive programming, resilience patterns & antifra...
Daniel Fisher
 
2011 - Dotnet Information Day: NUGET
Daniel Fisher
 
2011 - DNC: REST Wars
Daniel Fisher
 
2010 - Basta!: IPhone Apps mit C#
Daniel Fisher
 
2010 - Basta: ASP.NET Controls für Web Forms und MVC
Daniel Fisher
 
2010 Basta!: Massendaten mit ADO.NET
Daniel Fisher
 
2010 - Basta!: REST mit ASP.NET MVC
Daniel Fisher
 
2009 - Microsoft Springbreak: IIS, PHP & WCF
Daniel Fisher
 
2009 - NRW Conf: (ASP).NET Membership
Daniel Fisher
 
2009 Dotnet Information Day: More effective c#
Daniel Fisher
 
2009 - DNC: Silverlight ohne UI - Nur als Cache
Daniel Fisher
 
2009 - Basta!: Url rewriting mit iis, asp.net und routing engine
Daniel Fisher
 
2009 - Basta!: Agiles requirements engineering
Daniel Fisher
 
2008 - TechDays PT: Modeling and Composition for Software today and tomorrow
Daniel Fisher
 
2008 - TechDays PT: Building Software + Services with Volta
Daniel Fisher
 
Ad

Recently uploaded (20)

PPTX
computer forensics encase emager app exp6 1.pptx
ssuser343e92
 
PPTX
ManageIQ - Sprint 264 Review - Slide Deck
ManageIQ
 
PDF
Alur Perkembangan Software dan Jaringan Komputer
ssuser754303
 
PDF
Rewards and Recognition (2).pdf
ethan Talor
 
PPTX
B2C EXTRANET | EXTRANET WEBSITE | EXTRANET INTEGRATION
philipnathen82
 
PDF
>Wondershare Filmora Crack Free Download 2025
utfefguu
 
PDF
AWS Consulting Services: Empowering Digital Transformation with Nlineaxis
Nlineaxis IT Solutions Pvt Ltd
 
PPTX
Iobit Driver Booster Pro 12 Crack Free Download
chaudhryakashoo065
 
PDF
The Rise of Sustainable Mobile App Solutions by New York Development Firms
ostechnologies16
 
PDF
Writing Maintainable Playwright Tests with Ease
Shubham Joshi
 
PPTX
For my supp to finally picking supp that work
necas19388
 
PPTX
EO4EU Ocean Monitoring: Maritime Weather Routing Optimsation Use Case
EO4EU
 
PPTX
Quality on Autopilot: Scaling Testing in Uyuni
Oscar Barrios Torrero
 
PDF
Difference Between Kubernetes and Docker .pdf
Kindlebit Solutions
 
PDF
Telemedicine App Development_ Key Factors to Consider for Your Healthcare Ven...
Mobilityinfotech
 
PPTX
Android Notifications-A Guide to User-Facing Alerts in Android .pptx
Nabin Dhakal
 
PDF
WholeClear Split vCard Software for Split large vCard file
markwillsonmw004
 
PPTX
Seamless-Image-Conversion-From-Raster-to-wrt-rtx-rtx.pptx
Quick Conversion Services
 
PPTX
Wondershare Filmora Crack 14.5.18 + Key Full Download [Latest 2025]
HyperPc soft
 
PPTX
ERP - FICO Presentation BY BSL BOKARO STEEL LIMITED.pptx
ravisranjan
 
computer forensics encase emager app exp6 1.pptx
ssuser343e92
 
ManageIQ - Sprint 264 Review - Slide Deck
ManageIQ
 
Alur Perkembangan Software dan Jaringan Komputer
ssuser754303
 
Rewards and Recognition (2).pdf
ethan Talor
 
B2C EXTRANET | EXTRANET WEBSITE | EXTRANET INTEGRATION
philipnathen82
 
>Wondershare Filmora Crack Free Download 2025
utfefguu
 
AWS Consulting Services: Empowering Digital Transformation with Nlineaxis
Nlineaxis IT Solutions Pvt Ltd
 
Iobit Driver Booster Pro 12 Crack Free Download
chaudhryakashoo065
 
The Rise of Sustainable Mobile App Solutions by New York Development Firms
ostechnologies16
 
Writing Maintainable Playwright Tests with Ease
Shubham Joshi
 
For my supp to finally picking supp that work
necas19388
 
EO4EU Ocean Monitoring: Maritime Weather Routing Optimsation Use Case
EO4EU
 
Quality on Autopilot: Scaling Testing in Uyuni
Oscar Barrios Torrero
 
Difference Between Kubernetes and Docker .pdf
Kindlebit Solutions
 
Telemedicine App Development_ Key Factors to Consider for Your Healthcare Ven...
Mobilityinfotech
 
Android Notifications-A Guide to User-Facing Alerts in Android .pptx
Nabin Dhakal
 
WholeClear Split vCard Software for Split large vCard file
markwillsonmw004
 
Seamless-Image-Conversion-From-Raster-to-wrt-rtx-rtx.pptx
Quick Conversion Services
 
Wondershare Filmora Crack 14.5.18 + Key Full Download [Latest 2025]
HyperPc soft
 
ERP - FICO Presentation BY BSL BOKARO STEEL LIMITED.pptx
ravisranjan
 

2011 - DotNetFranken: ASP.NET MVC Localization

Editor's Notes

  • #3: Ich bin für die Firma devcoach unterwegs. Devcoach berät und begleitet Kunden in Projekten, entwickelt Software und plant Architekturen, vermittelt Technologiewissen und Praxis-Know-how in Schulungen und Coachings. Dabei fokussieren wir uns auf drei Themen: Services, Data & Web Darunter fallen die folgenden Technologien: Windows Communication Foundation – Microsofts einheitliche Programmier-Schnittstelle für verteilte Systeme Windows Workflow – Die graphische Implementierung technischer Abläufe ADO.NET – Die Datenzugriffs-Komponenten des .NET Frameworks Entity Framework – Microsofts strategische Datenzugriffstechnologie ASP.NET – Die Web-Anwendungs-Plattform des .NET Frameworks Silverlight – Das X-Browser-Kompatible Plug-In für Rich-Internet-Applications Unsere Kunden kommen aus verschiedensten Branchen von der One-Man-Show bis hin zum großen Konzern.
  • #4: Mein Name ist Daniel Fisher. Ich bin Mitgründer und Geschäftsführer der Firma devcoach. Sowie Mitgründer und Vorstand des gemeinnützigen Vereins Just Community e.V.. Dieser ist seit 2005 Veranstalter NRWConf, eines der größten Software-Entwickler-Community-Events in Deutschland. Ich bin Mitgründer und Leiter der .NET Developer User Group netug-niederrhein im Dreieck Düsseldorf-Wuppertal-Krefeld. Für meine Aktivitäten in und für die Community bin ich von Microsoft als Community Leader und Insider ausgezeichnet worden. Ich bin zertifiziert als Microsoft Certified Professional Developer für ASP.NET und Enterprise Applications. Seit Einigen Jahren bin ich Business Technology Platform Advisor für Microsoft und unterstütze die Teams bei Entscheidungen zu neuen Technologien. Mein Blog finden Sie unter lennybacon.com und können mir als @lennybacon auf Twitter folgen.