Hello
I've set localization with AppLocalizeBehavior in my app page and result is good.
When I go to an another page (via iron-pages) then localization no longer works. I don't convert from js , only in template ex : {{localize('my-key')}}.
I've set a console log in localize function and no message appears : function is not called.
My page contains the behavior of course...
Any idea ? Path limitation (I pass from / to /test).
Many thanks
Hello I've set localization with AppLocalizeBehavior in my app page and result is good. When I go to an another page (via iron-pages) then localization no longer works. I don't convert from js , only in template ex : {{localize('my-key')}}. I've set a console log in localize function and no message appears : function is not called. My page contains the behavior of course... Any idea ? Path limitation (I pass from/ to /test).
Many thanks