| パッケージ | 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):void| resourceModules | プロパティ | 
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, 10:34 AM Z