When setting href links in the Evolution CMS admin panel with [~3~], the links always resolve to the default language version, even on non-default localizations (e.g., Ukrainian).
The current workaround requires adding [(lang)]/[~3~] manually for non-default language pages and wrapping content in Blade templates with @evoParser($documentObject['content']).
This issue complicates multilingual setups and requires a built-in solution for automatic link handling in non-default localizations.
When setting
hreflinks in the Evolution CMS admin panel with[~3~], the links always resolve to the default language version, even on non-default localizations (e.g., Ukrainian).The current workaround requires adding
[(lang)]/[~3~]manually for non-default language pages and wrapping content in Blade templates with@evoParser($documentObject['content']).This issue complicates multilingual setups and requires a built-in solution for automatic link handling in non-default localizations.