Is this - Locale.stringIDArray - an Array or an Object?


public static loadstringex(stringid: string, languagecode: string) : string

 

this loadstringex declaration, , seem indicate it's multidimensional array? is, locale.stringidarray. (or it's object)

 

 

var arr:array = locale.stringidarray;

for (var i=0; i<arr.length; i++) {

                                        idlabel = locale.loadstringex(locale.stringidarray[i], loc)

                                        id = locale.stringidarray[i];                               

                              trace("id :" + id + " " + idlabel);

                              trace("array id:"+ locale.stringidarray[i] + ":" + idlabel);

                              }

 

and returns

id :ids_008 复位

array id:ids_008:复位

id :ids_010 目前的地理定位数据\n

array id:ids_010:目前的地理定位数据\n

id :ids_015 水平精度

 

 

 

i thinking of extracting data, easy enough in instance, , putting sqlite database. way can recall anytime anywhere use in various parts of program.

i can't find doing locale work , examples in adobe basic. id , label have available me anywhere in program.

for reason must hate api reference:

http://help.adobe.com/en_us/flashplatform/reference/actionscript/3/fl/lang/locale.html#str ingidarray

what has done deserve cruel fate?



More discussions in ActionScript 3


adobe

Comments

Popular posts from this blog

Warning, the Safe Path is not accessible vm3 - Joomla! Forum - community, help and support

uppercase letters in url - Joomla! Forum - community, help and support

Joomla! Update is not offering Joomla 3 - Joomla! Forum - community, help and support