1 / 5

Android Introduction

Hello Localization. Android Introduction. Goal. Learn how to localize an application. /res. /res/values/strings.xml <?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Hello, L10N</string>

Download Presentation

Android Introduction

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Hello Localization Android Introduction

  2. Goal Learn how to localize an application

  3. /res /res/values/strings.xml <?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Hello, L10N</string> <string name="text_a">Shall I compare thee to a summer"'"s day?</string> <string name="text_b">Thou art more lovely and more temperate.</string> <string name="dialog_title">No Localisation</string> <string name="dialog_text">This dialog box"'"s strings are not localised. For every locale, the text here will come from values/strings.xml.</string> </resources> /res/drawable/flag.png

  4. Localization

  5. Change the locale to English-US Spanish-Venezuela Spanish-Spain

More Related