| 套件 | com.adobe.guides.i18n |
| 介面 | public interface IGuideResourceModule |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| 執行階段版本: | 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.
公用屬性
| 屬性 | 定義自 | ||
|---|---|---|---|
| locale : String
The locale property specifies what language the resource modules are
targeted for. | IGuideResourceModule | ||
| resourceModules : Array
A collection of URLs. | IGuideResourceModule | ||
屬性詳細資訊
locale | 屬性 |
locale:String| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| 執行階段版本: | 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.
實作
public function get locale():String public function set locale(value:String):voidresourceModules | 屬性 |
resourceModules:Array| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| 執行階段版本: | AIR 1.0, Flash Player 10.2 |
A collection of URLs. Each URL points to the path of a resource module.
實作
public function get resourceModules():Array public function set resourceModules(value:Array):voidTue Jun 12 2018, 03:47 PM Z