| Paket | com.adobe.guides.i18n |
| Arabirim | public interface IGuideResourceModule |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Çalışma Zamanı Sürümleri: | 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.
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| locale : String
The locale property specifies what language the resource modules are
targeted for. | IGuideResourceModule | ||
| resourceModules : Array
A collection of URLs. | IGuideResourceModule | ||
Özellik Ayrıntısı
locale | özellik |
locale:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get locale():String public function set locale(value:String):voidresourceModules | özellik |
resourceModules:Array| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
| Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10.2 |
A collection of URLs. Each URL points to the path of a resource module.
Uygulama
public function get resourceModules():Array public function set resourceModules(value:Array):voidTue Jun 12 2018, 01:09 PM Z