Pakiet | com.adobe.guides.i18n |
Interfejs | public interface IGuideResourceModule |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
IGuideResourceModule
is used to identify a locale and
the associated resource modules that are needed to be loaded.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
locale : String
The locale property specifies what language the resource modules are
targeted for. | IGuideResourceModule | ||
resourceModules : Array
A collection of URLs. | IGuideResourceModule |
Szczegół właściwości
locale | właściwość |
locale:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
The locale property specifies what language the resource modules are
targeted for. Each resource module added to the collection of modules
should be compiled for the locale
specified.
Implementacja
public function get locale():String
public function set locale(value:String):void
resourceModules | właściwość |
resourceModules:Array
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
A collection of URLs. Each URL points to the path of a resource module.
Implementacja
public function get resourceModules():Array
public function set resourceModules(value:Array):void
Tue Jun 12 2018, 12:06 PM Z