Internationalization (i18n) Copyright Quoin Inc/ 2016

Size: px
Start display at page:

Download "Internationalization (i18n) Copyright Quoin Inc/ 2016"

Transcription

1 Internationalization (i18n) Copyright Quoin Inc/ 2016

2 Internationalization The process of extracting strings and other elements that may vary by location so they can customized for a specified locale.

3 i18n A Numeronym for internationalization where i is the first letter, n is the last letter, and 18 is the number of letters in between

4 i18n vs L10n L10n - localization From W3C Localization refers to the adaptation of a product, application or document content to meet the language, cultural and other requirements of a specific target market (a locale). Internationalization is the design and development of a product, application or document content that enableseasy localization for target audiences that vary in culture, region, or language.

5 Ruby on Rails Support The Rails framework has built in support for i18n. locale I18n.t - translate (used to translate strings in UI) I18n.l - localize (used to localize date formats)

6 Internationalization vs Localization from Rails docs The process of internationalization usually means to abstract all strings and other locale specific bits (such as date or currency formats) out of your application. The process of localization means to provide translations and localized formats for these bits.

7 locale Definition of the local environment parameters that affect the translations and rules used for tailoring the applications user interface Example locales en - English fr - French es - Spanish ar - Arabic

8 I18n.t Uses locale specific dictionaries to translate labels into display text. The application (html views, reports, other application code, etc) uses labels instead of the actual text. The translation logic provided by the Rails framework then uses the dictionary associated with the set locale to replace the label with the display text in the UI.

9

10 I18n.t use in a view

11 From the translation dictionary

12 I18n.l Uses format dictionaries to format locale specific elements such as dates, times, currency into the appropriate format for the current locale.

13

14 i18n.l - use in code

15 I18n.l

16 Setting locale in the application

17 Default locale We can configure a system to have a default locale.

18 Setting locale in tests

19 Right to Left vs. Left to Right Some languages such as Arabic read Right to Left instead of Left to Right When we set the locale, we also set the Right to Left based on the set = (I18n.locale == :ar? 'rtl' : 'ltr') Our styling framework Zurb Foundation has support for Right to Left

20 Translations in our forms We created a concern LocalizableProperty This will take a declared property and expand it out to handle the different locales. For example, if we declare a localized property display_text, this concern would expand it out to a _en, _fr, _es, _ar version to handle the different localized values It defines wrapper methods so the normal reference to that property (ex: referencing display_text will return the value appropriate for the current locale In our Field model, we declare several properties using this localize_properties

21

22

23

24

25 Select Options translations For select fields options, we use an id/display_text key/value pair We store the id on the record in the database We use the appropriate translated display_text to display in the UI

26

27

28 Transifex for Translations Transifex is a service that allows you to upload a dictionary and then have teams of translators translate that dictionary into other languages. You can then download their translations and use them in your project. We upload our English dictionary (en.yml) to Transifex to be translated into other languages. We can upload our configurable forms to Transifex to be translated. Transifex offers various pricing packages, but since Primero is open source, we can use a free Transifex account.

29

30

31

32

33

34

35

36

37

38

39 QUESTIONS????

ImageNow Accounts Payable Invoice eform

ImageNow Accounts Payable Invoice eform ImageNow Accounts Payable Invoice eform Installation and Setup Guide Version: 10.2.0.x Compatible with ImageNow Versions: 6.5.1 to 6.7.x Written by: Product Documentation, R&D Date: October 2012 2012 Perceptive

More information

Installation and Setup Guide Version: 10.0.x Compatible with ImageNow Versions: to 6.6.x

Installation and Setup Guide Version: 10.0.x Compatible with ImageNow Versions: to 6.6.x ImageNow Accounts Payable Invoice eform Installation and Setup Guide Version: 10.0.x Compatible with ImageNow Versions: 6.5.1.149 to 6.6.x Written by: Product Documentation, R&D Date: August 2012 2012

More information

SERVLETS - INTERNATIONALIZATION

SERVLETS - INTERNATIONALIZATION SERVLETS - INTERNATIONALIZATION http://www.tutorialspoint.com/servlets/servlets-internationalization.htm Copyright tutorialspoint.com Before we proceed, let me explain three important terms: Internationalization

More information

Managing Globalized Web Sites with EPiServer CMS

Managing Globalized Web Sites with EPiServer CMS Managing Globalized Web Sites with EPiServer CMS It is becoming increasingly common for Web sites to support a wide range of cultural audiences and languages. EPiServer CMS enables easy management of globalized

More information

Professional, quality services

Professional, quality services Professional, quality services 001 Translations offers you the expertise that it has gathered in doing business internationally for more than 20 years. International coverage In-house translation of 10

More information

ITP 342 Mobile App Dev. Localization

ITP 342 Mobile App Dev. Localization ITP 342 Mobile App Dev Localization Build Apps for the World The App Store and Mac App Store are available in over 150 countries, support 40 languages, and have the ability to handle international payment,

More information

12 Steps to Software Translation Success

12 Steps to Software Translation Success 12 Steps to Software Translation Success www.globalizationpartners.com 12 Steps to Software Translation Success Copyright 2016-2017 Globalization Partners International. All rights reserved. This ebook

More information

A Quick Guide to Localizing Games for Global Markets. Learn how to adapt your game for gamers worldwide

A Quick Guide to Localizing Games for Global Markets. Learn how to adapt your game for gamers worldwide A Quick Guide to Localizing Games for Global Markets Learn how to adapt your game for gamers worldwide In this guide you ll find... What is Localization // Page 1 Why Localize Your Game // Page 1 Step

More information

HOW TO USE - imediatrans. Basic manual for BEGINNERS

HOW TO USE - imediatrans. Basic manual for BEGINNERS HOW TO USE - imediatrans Basic manual for BEGINNERS May / 2013 SIGN IN / SIGN UP A. Go to imediatrans web-site Sign in Here B. You can sign in with your previous ID or sign up creating a new account Type

More information

.NET Internationalization for All Platforms

.NET Internationalization for All Platforms .NET Internationalization for All Platforms - Workshop Description page 1 of 6.NET Internationalization for All Platforms Overview The.NET Internationalization workshop provides attendees with a broad

More information

R12.x Oracle E-Business Suite Personalizations

R12.x Oracle E-Business Suite Personalizations Oracle University Contact Us: +966 12 739 894 Ð R12.x Oracle E-Business Suite Personalizations Duration: 5 Days What you will learn In this course you will learn how to personalize the rich and upgradable

More information

How to configure your Triton Player

How to configure your Triton Player How to configure your Triton Player This training document is specifically designed to show you how to manage all of the settings needed to control the look, feel and functionality of your new Triton Digital

More information

What s New AccessVia Publishing Platform Features and Improvements

What s New AccessVia Publishing Platform Features and Improvements ACCESSVIA 3131 Western Avenue #530 Seattle WA 98121.1028 +1.206.285.4994 www.accessvia.com What s New AccessVia Publishing Platform Features and Improvements v8.5.265 to v8.6.272 May 8, 2014 Overview New

More information

Web Design and Application Development

Web Design and Application Development Yarmouk University Providing Fundamental ICT Skills for Syrian Refugees (PFISR) Web Design and Application Development Dr. Abdel-Karim Al-Tamimi altamimi@yu.edu.jo Lecture 02 A. Al-Tamimi 1 Lecture Overview

More information

ImageNow Accounts Payable Invoice eform

ImageNow Accounts Payable Invoice eform ImageNow Accounts Payable Invoice eform Installation and Setup Guide Version: 10.3.0.x Compatible with ImageNow Versions: 6.5.1.149 to 6.7.x Written by: Product Documentation, R&D Date: November 2012 2012

More information

DMPonline Technical Note

DMPonline Technical Note Title Developing Locale-Aware Support for DMPonline version 4 DMPonline is increasingly being used to support data management planning by users at work in different national contexts. This note scopes

More information

Installation and Setup Guide Version: x Compatible with ImageNow Versions: to 6.7.x

Installation and Setup Guide Version: x Compatible with ImageNow Versions: to 6.7.x Perceptive Accounts Payable Invoice eform Installation and Setup Guide Version: 10.4.1.x Compatible with ImageNow Versions: 6.5.1.149 to 6.7.x Written by: Product Documentation, R&D Date: April 2013 2013

More information

Supply Cars Affiliate Manual Version 1.0

Supply Cars Affiliate Manual Version 1.0 Supply Cars Affiliate Manual Version 1.0 Contents Introduction Technology Suppliers Booking engine integration Affiliate Support Coverage Downtime Security Commission How we work Booking engine integration

More information

The process of preparing an application to support more than one language and data format is called internationalization. Localization is the process

The process of preparing an application to support more than one language and data format is called internationalization. Localization is the process 1 The process of preparing an application to support more than one language and data format is called internationalization. Localization is the process of adapting an internationalized application to support

More information

UDF Data for Voice Message Broadcasts - Help Version 1.0. Feb

UDF Data for Voice Message Broadcasts - Help Version 1.0. Feb UDF Data for Voice Message Broadcasts - Help Version 1.0 Feb-25-2016 s User Defined Field (UDF) for Voice Message Broadcasts... 3 Voice... 3 Standard Fields:... 3 UDF Fields:... 3 of Standard Fields...

More information

What s New in the 2009/2010 Product Catalogue?

What s New in the 2009/2010 Product Catalogue? What s New in the 2009/200 Product Catalogue? With the release of this catalogue (upon the launch of CODESOFT 9): The product reference number have changed format (See p.. 7) Several products have reduced

More information

Setup your campaigns. Series from HOW TO... Setup your campaigns. Team Management

Setup your campaigns. Series from HOW TO... Setup your campaigns. Team Management Series from Setup your campaigns HOW TO... Setup your campaigns Team Management 1 In this guide... Learn how to create a GetResponse email marketing campaign and manage all the built-in options designed

More information

User Manual Al Manhal. All rights reserved v 3.0

User Manual Al Manhal. All rights reserved v 3.0 User Manual 1 2010-2016 Al Manhal. All rights reserved v 3.0 Table of Contents Conduct a Search... 3 1. USING SIMPLE SEARCH... 3 2. USING ADVANCED SEARCH... 4 Search Results List... 5 Browse... 7 1. BROWSE

More information

What s New in the 2009/2010 Product Catalogue?

What s New in the 2009/2010 Product Catalogue? What s New in the 2009/200 Product Catalogue? With the release of this catalogue (upon the launch of CODESOFT 9): The product reference number have changed format (See p.. 7) Several products have reduced

More information

Navigate the Admin portal

Navigate the Admin portal Administrators Portal, on page 1 Cisco ISE Internationalization and Localization, on page 9 MAC Address Normalization, on page 15 Admin Features Limited by Role-Based Access Control Policies, on page 16

More information

Step-by-Step Localization Eva Müller

Step-by-Step Localization Eva Müller Step-by-Step Localization Eva Müller Questions, answers and procedures for a successful localization process Steps in localization projects range from what is to be localized, who performs the localization

More information

Console User Guide. Nova Bonita Workflow

Console User Guide. Nova Bonita Workflow Nova Bonita Workflow Console User Guide Nova Bonita Workflow Nova Bonita Workflow Console User Guide Nova Bonita (aka Bonita v4) Software September2008 Table of Contents Table of Contents...iii List of

More information

SAPGUI for Windows - I18N User s Guide

SAPGUI for Windows - I18N User s Guide Page 1 of 30 SAPGUI for Windows - I18N User s Guide Introduction This guide is intended for the users of SAPGUI who logon to Unicode systems and those who logon to non-unicode systems whose code-page is

More information

Virtual Blade Configuration Mode Commands

Virtual Blade Configuration Mode Commands Virtual Blade Configuration Mode Commands To configure virtual blades on a WAE device, use the virtual-blade global configuration command. To disable a virtual blade, use the no form of this command. virtual-blade

More information

Workspace Desktop Edition Developer's Guide. Best Practices for Views

Workspace Desktop Edition Developer's Guide. Best Practices for Views Workspace Desktop Edition Developer's Guide Best Practices for Views 12/4/2017 Contents 1 Best Practices for Views 1.1 Keyboard Navigation 1.2 Branding 1.3 Localization 1.4 Parameterization 1.5 Internationalization

More information

Part 1: Installing MongoDB

Part 1: Installing MongoDB Samantha Orogvany-Charpentier CSU ID: 2570586 Installing NoSQL Systems Part 1: Installing MongoDB For my lab, I installed MongoDB version 3.2.12 on Ubuntu 16.04. I followed the instructions detailed at

More information

Oracle Policy Automation: Tips for polishing your 10.3 rulebase Last updated: 16 November Jasmine Lee, Principal Solution Specialist

Oracle Policy Automation: Tips for polishing your 10.3 rulebase Last updated: 16 November Jasmine Lee, Principal Solution Specialist Oracle Policy Automation: Tips for polishing your 10.3 rulebase Last updated: 16 November 2011 Jasmine Lee, Principal Solution Specialist 1 Introduction Intended audience This deck is aimed at people who

More information

Google Search Appliance

Google Search Appliance Google Search Appliance Search Appliance Internationalization Google Search Appliance software version 7.2 and later Google, Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043 www.google.com GSA-INTL_200.01

More information

Will Ballard and Elizabeth Bales, SAS Institute Inc.

Will Ballard and Elizabeth Bales, SAS Institute Inc. Paper SAS1405-2015 One Report, Many Languages: Using SAS Visual Analytics 7.1 to Localize Your Reports Will Ballard and Elizabeth Bales, SAS Institute Inc. ABSTRACT Use SAS to communicate with your colleagues

More information

Oracle FLEXCUBE Direct Banking

Oracle FLEXCUBE Direct Banking Oracle FLEXCUBE Direct Banking Internationalization Overview Release 12.0.3.0.0 Part No. E52543-01 April 2014 Internationalization Overview April 2014 Oracle Financial Services Software Limited Oracle

More information

PROMT Flexible and Efficient Management of Translation Quality

PROMT Flexible and Efficient Management of Translation Quality PROMT Flexible and Efficient Management of Translation Quality PROMT, LLC About PROMT Experienced. Founded in 1991 International. Over 180 employees in US, Germany, Russia plus numerous commercial resellers

More information

Note 8. Internationalization

Note 8. Internationalization Computer Science and Software Engineering University of Wisconsin - Platteville Note 8. Internationalization Yan Shi SE 3730 / CS 5730 Lecture Notes Part of the contents are from Ibrahim Meru s presentation

More information

AGILE WEB DEVELOPMENT WITH RAILS 5 BY SAM RUBY DOWNLOAD EBOOK : AGILE WEB DEVELOPMENT WITH RAILS 5 BY SAM RUBY PDF

AGILE WEB DEVELOPMENT WITH RAILS 5 BY SAM RUBY DOWNLOAD EBOOK : AGILE WEB DEVELOPMENT WITH RAILS 5 BY SAM RUBY PDF Read Online and Download Ebook AGILE WEB DEVELOPMENT WITH RAILS 5 BY SAM RUBY DOWNLOAD EBOOK : AGILE WEB DEVELOPMENT WITH RAILS 5 BY SAM RUBY Click link bellow and free register to download ebook: AGILE

More information

Cisco StadiumVision Director Localization Guide

Cisco StadiumVision Director Localization Guide Cisco StadiumVision Director Localization Guide First Published: June 10, 2013 Revised: June 18, 2013 This document describes information about installation and configuration of language support for the

More information

Forerunner Mobilizer Dashboards

Forerunner Mobilizer Dashboards Forerunner Mobilizer Dashboards Introduction With Forerunner Mobilizer Dashboard end users can now create dashboard style layouts by combining multiple different reports on a single page that will scroll

More information

Introducing XML Internationalization

Introducing XML Internationalization developerworks > XML Web development > Introducing XML Internationalization Using custom events and writing XML Level: Introductory Hernan Silberman, Writer, Freelance 03 Jan 2007 One key benefit of XML

More information

CSI 3140 WWW Structures, Techniques and Standards. Markup Languages: XHTML 1.0

CSI 3140 WWW Structures, Techniques and Standards. Markup Languages: XHTML 1.0 CSI 3140 WWW Structures, Techniques and Standards Markup Languages: XHTML 1.0 HTML Hello World! Document Type Declaration Document Instance Guy-Vincent Jourdan :: CSI 3140 :: based on Jeffrey C. Jackson

More information

Formatting Custom List Information.

Formatting Custom List Information. Hello. MailChimp has a lot of great merge tags that can help you customize your email campaigns. You can use MailChimp s merge tags to dynamically add content to your email. Include something as simple

More information

Computer Sciences 368 Scripting for CHTC Day 3: Collections Suggested reading: Learning Python

Computer Sciences 368 Scripting for CHTC Day 3: Collections Suggested reading: Learning Python Day 3: Collections Suggested reading: Learning Python (3rd Ed.) Chapter 8: Lists and Dictionaries Chapter 9: Tuples, Files, and Everything Else Chapter 13: while and for Loops 1 Turn In Homework 2 Homework

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 2 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Oracle E-Business Suite Internationalization and Multilingual Features

More information

LiveWords extension for Magento 1

LiveWords extension for Magento 1 LiveWords extension for Magento 1 Version 1.0 (beta) Compatible with Magento CE 1.9.X User instructions Brought to you by LiveWords B.V. Burgemeester Haspelslaan 15 1181 NB Amstelveen, The Netherlands

More information

Internationalization of uportal Overview of Internationalization & Localization

Internationalization of uportal Overview of Internationalization & Localization Internationalization of uportal Overview of Internationalization & Localization Once upon a time, in the dim, primordial past, software could only "speak" one human language at a time. Each country or

More information

Beginner Workshop Activity Guide 2012 User Conference

Beginner Workshop Activity Guide 2012 User Conference Beginner Workshop Activity Guide 2012 User Conference TUESDAY, MARCH 6 2:00PM 5:00 PM Beginner Training Workshop Attendees will learn the end user functions of OU Campus TM. They will learn how to log

More information

Web System Development by Ruby on Rails. Day 1(20/Sept/2012) Guidance Installation of Ruby, Gems, Rails, and Aptana

Web System Development by Ruby on Rails. Day 1(20/Sept/2012) Guidance Installation of Ruby, Gems, Rails, and Aptana Web System Development by Ruby on Rails Day 1(20/Sept/2012) Guidance Installation of Ruby, Gems, Rails, and Aptana Web System and DB p WEB Nest of Spider? n Nobody uses and spider has made nest on DB?

More information

Sound Languages User Guide

Sound Languages User Guide Sound Languages User Guide THIS WIKI HAS BEEN UPDATED FOR VERSION 13 (10.13.66-11 ) OF YOUR PBX GUI The Sound Languages module allows you to set the global default language for sound prompts. The system

More information

Content Creation and Management System. External User Guide 3 Question types in CCMS (an overview)

Content Creation and Management System. External User Guide 3 Question types in CCMS (an overview) Content Creation and Management System External User Guide 3 Question types in CCMS (an overview) External User Guide 3 Mar 2015 CONTENTS 1. INTRODUCING THE SYSTEM AND ACCESS... 4 1.1. Audience... 4 1.2.

More information

BEST PRACTICES FOR SOFTWARE LOCALIZATION

BEST PRACTICES FOR SOFTWARE LOCALIZATION THE DEVELOPER S DOZEN: 12 BEST PRACTICES FOR SOFTWARE LOCALIZATION The global software market is valued at almost half a trillion dollars and growing across all sectors, from sophisticated ERP systems

More information

Authentication Request for: EN9100 EN9110 EN9120

Authentication Request for: EN9100 EN9110 EN9120 Authentication Request for: EN9100 EN9110 EN9120 Aerospace Auditor (AA) and /or Aerospace Experienced Auditor (AEA) AA AEA AA AEA AA AEA Initial Authentication (Please complete Appendix A, C and D) Re-Authentication

More information

Linked Lists. This is a visual representation of a linked list using int values

Linked Lists. This is a visual representation of a linked list using int values Linked Lists Linked Lists This is a visual representation of a linked list using int values Linked Lists vs Arrays This is a visual representation of a linked list using int values Why would we want to

More information

Release Notes. MapInfo Stratus Version 44. Contents: This document contains information about Pitney Bowes MapInfo Stratus Release 44.

Release Notes. MapInfo Stratus Version 44. Contents: This document contains information about Pitney Bowes MapInfo Stratus Release 44. Location Intelligence MapInfo Stratus Version 44 This document contains information about Pitney Bowes MapInfo Stratus Release 44. Contents: What s new in MapInfo Stratus? What s new in Mobile Ready User

More information

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0 WEB TECHNOLOGIES A COMPUTER SCIENCE PERSPECTIVE CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0 Modified by Ahmed Sallam Based on original slides by Jeffrey C. Jackson reserved. 0-13-185603-0 HTML HELLO WORLD! Document

More information

- This slide deck was created for an external SF Globalization meetup, going over the technical challenges and innovation that SFDC s G11n team has

- This slide deck was created for an external SF Globalization meetup, going over the technical challenges and innovation that SFDC s G11n team has - This slide deck was created for an external SF Globalization meetup, going over the technical challenges and innovation that SFDC s G11n team has achieved - The intention was the keep the slides light

More information

Salesforce Certified Administrator Study Guide

Salesforce Certified Administrator Study Guide Salesforce Certified Administrator Study Guide Summer 15 STUDY GUIDE 0 Contents ABOUT THE SALESFORCE CERTIFIED ADMINISTRATOR PROGRAM... 1 SECTION 1. PURPOSE OF THIS STUDY GUIDE... 1 SECTION 2. AUDIENCE

More information

How to use SPIP as an author. 1. Introduction. 2. Architecture of a SPIP website

How to use SPIP as an author. 1. Introduction. 2. Architecture of a SPIP website How to use SPIP as an author 1. Introduction The objective of this course is to teach how to use SPIP as an author. It requires no previous computer science knowledge. You just need to know how to surf

More information

A Research Review on Localization of Websites with.net Framework

A Research Review on Localization of Websites with.net Framework A Research Review on Localization of Websites with.net Framework H Sudarshan Department of Computer Science and Engineering MLRIT, Hyderabad B Surendra prabhakar Dept of computer Science Engineering MLRIT,

More information

GUI Translation HOWTO

GUI Translation HOWTO GUI Translation HOWTO GUI Translation HOWTO ii December 17, 2016 GUI Translation HOWTO iii Contents 1 Needed files and tools 2 1.1 Download PoEdit................................................... 2 1.2

More information

Jquery Documentation Autocomplete

Jquery Documentation Autocomplete Jquery Documentation Autocomplete 1 / 6 2 / 6 3 / 6 Jquery Documentation Autocomplete Theming. The autocomplete widget uses the jquery UI CSS framework to style its look and feel. If autocomplete specific

More information

Introduction to HTML5

Introduction to HTML5 Introduction to HTML5 History of HTML 1991 HTML first published 1995 1997 1999 2000 HTML 2.0 HTML 3.2 HTML 4.01 XHTML 1.0 After HTML 4.01 was released, focus shifted to XHTML and its stricter standards.

More information

Localization Issues in Automated Usability Engineering

Localization Issues in Automated Usability Engineering Abstract Localization Issues in Automated Usability Engineering Piotr Rejmer & Jean Vanderdonckt Université catholique de Louvain (UCL) School of Management (IAG) Unit of Information Systems (ISYS) Belgian

More information

ORDERING A CERTIFICATE

ORDERING A CERTIFICATE ORDERING A CERTIFICATE Step 1. Please click on Certificate Site to choose your certificate. You have an option to view and process your transaction in either English or French. Step 2. Choose Your Certificate

More information

Graphic Translation, A Graphic Design Project Guide By Kimberly Elam

Graphic Translation, A Graphic Design Project Guide By Kimberly Elam Graphic Translation, A Graphic Design Project Guide By Kimberly Elam If looking for the book Graphic Translation, A graphic design project guide by Kimberly Elam in pdf form, in that case you come on to

More information

Information & Translation Technologies

Information & Translation Technologies TRANSaccount Project Deliverable D3.2 Systran Integrated text and form translator for accounting report Translation of XBRL accounting reports. Introduction We describe in this report the integrated text

More information

krones Academy - media suite User guide

krones Academy - media suite User guide krones Academy - media suite User guide krones Academy Beispieltext media suite Login. Enter the following website address in the Internet Explorer: http://academy.krones.com. Enter login name and password.

More information

RequireJS Javascript Modules for the Browser. By Ben Keith Quoin, Inc.

RequireJS Javascript Modules for the Browser. By Ben Keith Quoin, Inc. RequireJS Javascript Modules for the Browser By Ben Keith Quoin, Inc. Traditional Browser JS One global namespace Often inline JS code embedded directly in HTML Many tags with hidden ordering

More information

Security Information for SAP Asset Strategy and Performance Management

Security Information for SAP Asset Strategy and Performance Management Master Guide SAP Asset Strategy and Performance Management Document Version: 2.0 2018-03-09 Security Information for SAP Asset Strategy and Performance Management Typographic Conventions Type Style Example

More information

The IFLA/MIC localisation project

The IFLA/MIC localisation project Coming together: building community through Moving Image Collections (MIC) 2006.10.12 16:00-17:30 The IFLA/MIC localisation project James M Turner Faculté des arts et des sciences École de bibliothéconomie

More information

Visual Basic Developer's Guide To ASP And IIS: Build Powerful Server-Side Web Applications With Visual Basic. (Visual Basic Developer's Guides) By A.

Visual Basic Developer's Guide To ASP And IIS: Build Powerful Server-Side Web Applications With Visual Basic. (Visual Basic Developer's Guides) By A. Visual Basic Developer's Guide To ASP And IIS: Build Powerful Server-Side Web Applications With Visual Basic. (Visual Basic Developer's Guides) By A. Russell Jones Doing Objects in Visual Basic 2005 by

More information

welcome to BOILERCAMP HOW TO WEB DEV

welcome to BOILERCAMP HOW TO WEB DEV welcome to BOILERCAMP HOW TO WEB DEV Introduction / Project Overview The Plan Personal Website/Blog Schedule Introduction / Project Overview HTML / CSS Client-side JavaScript Lunch Node.js / Express.js

More information

FAO TERM PORTAL User s Guide

FAO TERM PORTAL User s Guide FAO TERM PORTAL User s Guide February 2016 Table of contents 1. Introduction to the FAO Term Portal... 3 2. Home Page description... 4 3. How to search for a term... 6 4. Results view... 8 5. Entry Details

More information

Multilingual mathematical e-document processing

Multilingual mathematical e-document processing Multilingual mathematical e-document processing Azzeddine LAZREK University Cadi Ayyad, Faculty of Sciences Department of Computer Science Marrakech - Morocco lazrek@ucam.ac.ma http://www.ucam.ac.ma/fssm/rydarab

More information

Technical Information

Technical Information Building Technologies Division Security Products Technical Information SPC Series SPC Support CD Release Note CD V3.6.6 04/08/2015 Updates since: CD V3.4.5 Release V3.6.6 for SPC versions SPC42xx/43xx/52xx/53xx/63xx.

More information

e-design CAT Release Notes

e-design CAT Release Notes e-design CAT Release Notes Release 8.6.0-18/04/2018 Minor bugs fixed. Release 8.5.8-07/02/2018 Minor bugs fixed for the Italian pricelist Release 8.5.7-30/10/2017 Minor bugs fixed for the Italian pricelist

More information

10 Steps to Document Translation Success

10 Steps to Document Translation Success 10 Steps to Document Translation Success www.globalizationpartners.com 10 Steps to Document Translation Success Copyright 2016-2017 Globalization Partners International. All rights reserved. This ebook

More information

We re working full time this summer alongside 3 UCOSP (project course) students (2 from Waterloo: Mark Rada & Su Zhang, 1 from UofT: Angelo Maralit)

We re working full time this summer alongside 3 UCOSP (project course) students (2 from Waterloo: Mark Rada & Su Zhang, 1 from UofT: Angelo Maralit) We re working full time this summer alongside 3 UCOSP (project course) students (2 from Waterloo: Mark Rada & Su Zhang, 1 from UofT: Angelo Maralit) Our supervisors: Karen: heads project, which has been

More information

USER GUIDE. MADCAP [PRODUCT NAME] 2017 r3. Key Features

USER GUIDE. MADCAP [PRODUCT NAME] 2017 r3. Key Features USER GUIDE MADCAP [PRODUCT NAME] 2017 r3 Key Features Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this

More information

Contributing to Debian for dummies

Contributing to Debian for dummies Contributing to Debian for dummies Christian Perrier FOSS.IN, Bangalore, India bubulle () Contributing to Debian for dummies FOSS.IN 2007 1 / 17 Contributing to Debian Debian is a volunteer project Work

More information

Understanding the User Interface

Understanding the User Interface 2 CHAPTER This chapter introduces the Cisco Identity Service Engine (ISE) user interface and contains the following topics: Cisco ISE Internationalization and Localization, page 2-1 Inherent Usability,

More information

Quote System Marketplace Add-On

Quote System Marketplace Add-On Quote System Marketplace Add-On webkul.com/blog/magento2-marketplace-quote-system-2/ Quote System Marketplace Add-On module helps to enable the customer quotation request in Magento2 Marketplace. Sellers

More information

Arabic To English Scientific And Technical Dictionary (English And Arabic Edition)

Arabic To English Scientific And Technical Dictionary (English And Arabic Edition) Arabic To English Scientific And Technical Dictionary (English And Arabic Edition) If looking for a book Arabic to English Scientific and Technical Dictionary (English and Arabic Edition) in pdf format,

More information

USER GUIDE MADCAP FLARE Language Support

USER GUIDE MADCAP FLARE Language Support USER GUIDE MADCAP FLARE 2018 Language Support Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

3dCart Shopping Cart Software V3.X Import Products Guide

3dCart Shopping Cart Software V3.X Import Products Guide Introduction 3dCart allows you to easily setup your online store by importing and exporting the bulk of your current store information. Such information includes customers, products, product options, and

More information

HP Proposal Web Overview

HP Proposal Web Overview HP Proposal Web Overview March 2008 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice ProposalWeb overview ProposalWeb is a powerful tool

More information

Cracked Character Count Tool pc software download free full ]

Cracked Character Count Tool pc software download free full ] Cracked Character Count Tool pc software download free full ] Description: Character Count Tool is a fast and reliable tool adept at counting Characters, words, lines and pages in Word, excel, PowerPoint,

More information

Office 2007 Reference Office Fluent User Interface Xml Schema

Office 2007 Reference Office Fluent User Interface Xml Schema Office 2007 Reference Office Fluent User Interface Xml Schema Customizing the 2007 Office Fluent Ribbon for Developers (Part 1 of 3) is as a reference for exploring additional ribbon controls and their

More information

.NET Internationalization for WinForm Applications

.NET Internationalization for WinForm Applications .NET Internationalization for WinForms - Workshop Description page 1 of 5.NET Internationalization for WinForm Applications Overview The.NET Internationalization workshop provides attendees with a broad

More information

Terms of use/creative Commons 4.0

Terms of use/creative Commons 4.0 Terms of use/creative Commons 4.0 From Meta, a Wikimedia project coordination wiki < Terms of use We are considering upgrading the default copyright license for Wikimedia to Creative Commons Attribution-ShareAlike

More information

Sennheiser Updater End User Installation Guide

Sennheiser Updater End User Installation Guide Sennheiser Updater End User Installation Guide 1. Sennheiser Updater Installation Copy the installation package (Sennheiser_Updater_vX.Y.ZZZZ.exe) at any local path (E.g. C:\MySoftwares\) Using the installer

More information

TIA Academy Catalog. TIA Academy Catalog

TIA Academy Catalog. TIA Academy Catalog TIA Academy Catalog TIA Technology A/S Bredevej 2 DK-2830 Virum Denmark T +45 7022 7620 F +45 7022 7621 W tiatechnology.com E marketing@tia.dk Contents 1 The TIA Academy 3 1.1 General Description of Business

More information

Installation process Features and parameters Upgrade process... 6

Installation process Features and parameters Upgrade process... 6 Content Installation process... 1 Features and parameters... 4 Upgrade process... 6 Installation process The latest version of our Indicator can be downloaded from here http://www.tradingcentral.com/install_trading_central_indicator_for_metatrader/setup.exe

More information

Expressing Internationalization and Localization information in XML

Expressing Internationalization and Localization information in XML Expressing Internationalization and Localization information in XML Felix Sasaki Richard Ishida World Wide Web Consortium 1 San Francisco, This presentation describes the current status of work on the

More information

Optional AnyConnect Configuration and Management

Optional AnyConnect Configuration and Management Optional AnyConnect Configuration and Management Modifying and Deleting Connection Entries, page 1 Configuring Certificates, page 2 Specifying Application Preferences, page 5 Using AnyConnect Widgets,

More information

OHO Interactive 55 DAVIS SQUARE / SOMERVILLE, MA Content Entry Guide. Notre Dame of Maryland University Updated: November 1, 2016

OHO Interactive 55 DAVIS SQUARE / SOMERVILLE, MA Content Entry Guide. Notre Dame of Maryland University Updated: November 1, 2016 Content Entry Guide Notre Dame of Maryland University Updated: November 1, 2016 Basics OHO Interactive Logging In Production URL: www.ndm.edu/user Username: Password: Staging URL: http://ndmuyqeiajze66.devcloud.acquia-sites.com/

More information

<Insert Picture Here> Oracle Policy Automation 10.0 Features and Benefits

<Insert Picture Here> Oracle Policy Automation 10.0 Features and Benefits Oracle Policy Automation 10.0 Features and Benefits December 2009 The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Localization Best Practices on tvos

Localization Best Practices on tvos Session App Frameworks #WWDC17 Localization Best Practices on tvos 248 Joaquim Lobo Silva, Internationalization Software Engineer 2017 Apple Inc. All rights reserved. Redistribution or public display not

More information