Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 219257

Re: How to get rid of flex .swf generation in case of pure HTML plugin implementation?

$
0
0

Thanks, Laurent.

However, In custom-object-ui sample we can declare resource without .swf syntax but this sample is not showing how to achieve localization for various locales(ja_JP etc).

 

Snippet from html-client-sdk\samples\custom-object-ui\src\main\webapp\plugin.xml:

<!--

   custom-object plugin metadata.

   The <plugin> tag doesn't contain any moduleUri property because it is an HTML plugin.

-->

<plugin id="com.vmware.samples.customobject"

        defaultBundle="com_vmware_samples_customobject">

 

   <resources  baseUrl="locales/">

      <resource>com_vmware_samples_customobject</resource>

   </resources>

 

How does localization will be implemented in this sample?

 

 

Thanks & Regards,

Sravan


Viewing all articles
Browse latest Browse all 219257

Trending Articles