Skip to content

Example Issue #15

@dalozzo

Description

@dalozzo

Hi,

the given example:

Click me to test JavaScript l18n

...

<script type="text/javascript"> $(document).ready(function () { $('#testButton').click( function () { alert(Code52.Language.Dictionary.Demonstration_Alert); return false; } ); }); </script>

did not work.

" $('#samplebutton').click( "

The equal use of "samplebutton" worked.

The part:

alert(Code52.Language.Dictionary.Demonstration_Alert);

still is in trouble - i used successfully:

alert('@Language.Demonstration_Alert');

Thanks for your work & Greetings

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions