ash prasad, may 28, 2015 (at dnn connect) sr. manager development, dnn corp. localization of js,...

7
Ash Prasad, May 28, 2015 (at DNN Connect) Sr. Manager Development, DNN Corp. Twitter: @ashishprasad Localization of JS, CSS, HTML based UI in Evoq

Upload: clarence-melton

Post on 20-Jan-2018

216 views

Category:

Documents


0 download

DESCRIPTION

Architecture KO BindingsWebApi to Retrieve Keys Keys and ModifiedDateTime CachingLocalization APIsRESX File

TRANSCRIPT

Page 1: Ash Prasad, May 28, 2015 (at DNN Connect) Sr. Manager Development, DNN Corp. Localization of JS, CSS,…

Ash Prasad, May 28, 2015 (at DNN Connect)Sr. Manager Development, DNN Corp.Twitter: @ashishprasad

Localization of JS, CSS, HTML based UI in Evoq

Page 2: Ash Prasad, May 28, 2015 (at DNN Connect) Sr. Manager Development, DNN Corp. Localization of JS, CSS,…

DNN / Proprietary and Confidential. All Rights Reserved.2

Agenda

• Architecture• Resx caching – content and modified datetime• WebApi to retrieve culture specific resx• Saving Resx in browser’s local storage• Accessing localized content using KO bindings

Page 3: Ash Prasad, May 28, 2015 (at DNN Connect) Sr. Manager Development, DNN Corp. Localization of JS, CSS,…

Architecture

KO Bindings

WebApi to Retrieve Keys

Keys and ModifiedDateTime Caching

Localization APIs

RESX File RESX File RESX File

Page 4: Ash Prasad, May 28, 2015 (at DNN Connect) Sr. Manager Development, DNN Corp. Localization of JS, CSS,…

DNN / Proprietary and Confidential. All Rights Reserved.4

Resx Caching – Content and Modified DateTime

• Enumerate all resx files in module’s App_LocalResources folder• Cache all the keys in a dictionary based on culture• Cache the date time when file was modified

Page 5: Ash Prasad, May 28, 2015 (at DNN Connect) Sr. Manager Development, DNN Corp. Localization of JS, CSS,…

DNN / Proprietary and Confidential. All Rights Reserved.5

WebApi to retrieve culture specific resx

Page 6: Ash Prasad, May 28, 2015 (at DNN Connect) Sr. Manager Development, DNN Corp. Localization of JS, CSS,…

DNN / Proprietary and Confidential. All Rights Reserved.6

Saving Resx in browser’s local storage

Page 7: Ash Prasad, May 28, 2015 (at DNN Connect) Sr. Manager Development, DNN Corp. Localization of JS, CSS,…

DNN / Proprietary and Confidential. All Rights Reserved.7

Accessing localized content using KO bindings