You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by mark goldin <ma...@gmail.com> on 2015/08/13 20:06:38 UTC

Using multiple locale resources

Can I have multiple resource modules available at the runtime? Maybe that
be changed but I do have them with the same name in different locales.

Thanks

Re: Using multiple locale resources

Posted by mark goldin <ma...@gmail.com>.
How do I load en_US resource? I dont have swf file for it.

On Fri, Aug 14, 2015 at 1:15 AM pkumar.flex <pr...@gmail.com> wrote:

> yes you can keep same name in different locales folder.
>
> On Fri, Aug 14, 2015 at 12:21 AM, mark goldin [via Apache Flex Users] <
> ml-node+s2333346n10924h29@n4.nabble.com> wrote:
>
> > Can I have multiple resource modules available at the runtime? Maybe that
> > be changed but I do have them with the same name in different locales.
> >
> > Thanks
> >
> >
> > ------------------------------
> > If you reply to this email, your message will be added to the discussion
> > below:
> >
> >
> http://apache-flex-users.2333346.n4.nabble.com/Using-multiple-locale-resources-tp10924.html
> > To unsubscribe from Apache Flex Users, click here
> > <
> http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=cHJhc2hha3VtYXJAZ21haWwuY29tfDF8LTU0MTcyMzE2NA==
> >
> > .
> > NAML
> > <
> http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
> >
> >
>
>
>
> --
> *Regards,*
> Prashant Kumar* | *Mob.: +91 8408811225
>
>
>
>
> --
> View this message in context:
> http://apache-flex-users.2333346.n4.nabble.com/Using-multiple-locale-resources-tp10924p10931.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>

Re: Using multiple locale resources

Posted by "pkumar.flex" <pr...@gmail.com>.
yes you can keep same name in different locales folder.

On Fri, Aug 14, 2015 at 12:21 AM, mark goldin [via Apache Flex Users] <
ml-node+s2333346n10924h29@n4.nabble.com> wrote:

> Can I have multiple resource modules available at the runtime? Maybe that
> be changed but I do have them with the same name in different locales.
>
> Thanks
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://apache-flex-users.2333346.n4.nabble.com/Using-multiple-locale-resources-tp10924.html
> To unsubscribe from Apache Flex Users, click here
> <http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=cHJhc2hha3VtYXJAZ21haWwuY29tfDF8LTU0MTcyMzE2NA==>
> .
> NAML
> <http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>



-- 
*Regards,*
Prashant Kumar* | *Mob.: +91 8408811225




--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Using-multiple-locale-resources-tp10924p10931.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Using multiple locale resources

Posted by Alex Harui <ah...@adobe.com>.
You can have more than one loaded.  The SWF name doesn’t matter, what
matters is the name of the classes in the module.  First-in-wins.

-Alex

On 8/13/15, 11:06 AM, "mark goldin" <ma...@gmail.com> wrote:

>Can I have multiple resource modules available at the runtime? Maybe that
>be changed but I do have them with the same name in different locales.
>
>Thanks