Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Componet text not translating to german

    Hi everyone

    i am using smart GWT 2.3 and i am using localization in the code.
    but in summmary builder and formula builder the text's are not full translated to the localized language. i had given German(DE) as the localized language.

    code
    in gwt.xml

    Code:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?><module rename-to="gwt_dibac">
        <inherits name='com.google.gwt.user.User'/>
       
         <inherits name="com.smartgwtee.SmartGwtEE"/>
         <inherits name="com.smartgwtee.tools.Tools"/>
         <inherits name="com.google.gwt.i18n.I18N" />
         <extend-property name="locale" values="de" />
       
      <entry-point class="com.rsw.dibac.gwt.client.GWT_DIBAC"/>
      <source path="client"/>
      <source path="shared"/>
    
    </module>
    in the ProjectName.html file
    <meta name="gwt:property" content="locale=de"> in head

    Screen shot attached.
    here you can see some text's like "key,source, title, sample, formula" is not getting converted to german.

    Please help
    Thanks in adavance.
    Attached Files

    #2
    i18n support for these resource have been added. Please update the following keys on the 99translations Smart GWT project.

    Thanks,
    Sanjiv



    formulaBuilder_builderTypeText=Formula
    formulaBuilder_invalidBuilderPrompt=Invalid $builderType: $errorText
    formulaBuilder_invalidBlankPrompt=Invalid blank $builderType
    formulaBuilder_validBuilderPrompt=Valid $builderType
    formulaBuilder_helpWindowTitle=$builderType Help
    formulaBuilder_saveConfirmationPrompt=Save changes to this $builderType?
    formulaBuilder_invalidGeneratedFunctionPrompt=The generated function is invalid - Check your $builderType and retry.
    formulaBuilder_titleFieldTitle=Title
    formulaBuilder_defaultNewFieldTitle=New Field
    formulaBuilder_keyColumnTitle=Key
    formulaBuilder_sourceFieldColumnTitle=Source Field
    formulaBuilder_cancelButtonTitle=Cancel
    formulaBuilder_saveButtonTitle=Save
    formulaBuilder_sampleHeaderTitle=Sample:

    summaryBuilder_builderTypeText=Summary

    Comment

    Working...
    X