Skip to content

Instantly share code, notes, and snippets.

@meriouma
Last active September 14, 2015 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meriouma/3c21447c6a8d2e630db4 to your computer and use it in GitHub Desktop.
Save meriouma/3c21447c6a8d2e630db4 to your computer and use it in GitHub Desktop.
i18n using UiBinder - preparing 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'
xmlns:widgets='urn:import:com.arcbees.i18nsample.client.application.ui'>
<g:HTMLPanel>
<widgets:HelloWorldWidget/>
<h1>Welcome to the i18n sample</h1>
<p>This is an awesome i18n tutorial</p>
</g:HTMLPanel>
</ui:UiBinder>
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'>
<g:HTMLPanel>
Hello, world!
</g:HTMLPanel>
</ui:UiBinder>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment