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