-
I'm developing a Qute template with lots of static, HTML formatted text and very little of dynamic parts. For the static text I use the MessageBundle feature. For a lot of static text, this isn't quite convenient. Are there localization solutions adressing the following problems?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
/cc @mkouba |
Beta Was this translation helpful? Give feedback.
-
I agree that message bundles are not a good match for this use case.
This is not supported yet.
Not out of the box but you can use an extension method like this:
and then use I've just created #25785.
You can set the locale attribute of a template instance as described in the docs, i.e. something like |
Beta Was this translation helpful? Give feedback.
I agree that message bundles are not a good match for this use case.
This is not supported yet.
Not out of the box but you can use an extension method like this: