• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Internationalization
2
3### Introduction
4
5Internationalization enables the same date to be displayed in different formats for different languages. This sample shows how to internationalize a date in English, Chinese, and Japanese.
6
7### Usage
8
9The sample app obtains the system date.
10
111. Touch **English** to display the date in the English format.
12
132. Touch **Chinese** to display the date in the Chinese format.
14
153. Touch **Japanese** to display the date in the Japanese format.
16
17### Constraints
18
19This sample can only be run on standard-system devices.
20