You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a possibility to add another language to a TranslationTemplateBundle, e.g. this one as following example:
<LangTranslationTemplateCollectionname="TR.invalidSchema">
<translationTemplates>
<TranslationTemplatelanguage="en"name="TR.invalidSchema">XML document '{filename}': The file has {count} schema validation error(s).
</TranslationTemplate>
<TranslationTemplatelanguage="sk"name="TR.invalidSchema">TRANSLATION TO SK '{filename}': TRANSLATION TO SK {count} TRANSLATION TO SK.
</TranslationTemplate>
</translationTemplates>
</LangTranslationTemplateCollection>
We would like to provide our users error messages in our own language, and therefore we have been looking for the most correct way.
According to the schematranslationTemplates element allows many TranslationTemplate which I guess is created in order to support multiple languages.
The questions is does the backend API application support it, and if yes how to configure it which language to be used while returning the validation messages.
This discussion was converted from issue #825 on August 29, 2022 10:07.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear developers,
Is there a possibility to add another language to a TranslationTemplateBundle, e.g. this one as following example:
We would like to provide our users error messages in our own language, and therefore we have been looking for the most correct way.
According to the schema
translationTemplates
element allows manyTranslationTemplate
which I guess is created in order to support multiple languages.The questions is does the backend API application support it, and if yes how to configure it which language to be used while returning the validation messages.
Many thanks for help!
Tomas
Beta Was this translation helpful? Give feedback.
All reactions