Namespaces
Variants
Actions

How to display a different "Welcome" file during installation based on Symbian device language settings

Jump to: navigation, search



Article Metadata

Compatibility
Platform(s): S60 3rd Edition

Article
Created: User:Technical writer 2 (05 Oct 2006)
Last edited: hamishwillee (14 Jun 2012)

Overview

How can I display a different "Welcome" file during installation according to different language settings?

Description

Displaying a message during installation that is localized to the current device language can be done with condition blocks (IF-ELSEIF-ELSE-ENDIF) inside a pkg file.
For example,
IF  (LANGUAGE=1)
    "welcome.l01"-"", FT
ELSEIF (LANGUAGE=2)
    "welcome.l02"-"", FT
...
ENDIF
For information on language IDs, see TLanguage in e32const.h. For more information about pkg options and condition blocks, see 'Package file format'  in the SDK Help.

This page was last modified on 14 June 2012, at 08:27.
82 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved