Problem:
When translating skins, some parts can't be translated right because some words are hardcoded in templates or DA executable and if you translate the template or DA results and some user change language his get the hardcoded translated for other language.
Example:
When you translate the hardcoded DA executable results (like |TABLE| token) using php 'string_replace'.
Suggestion (Feature request):
Create one new wide accessible TOKEN named 'USER_LANG' or whatever other name you consider convenient for testing purpose. This way one can translate right for all languages any hardcoded DA executable results simple using one '|IF USER_LANG...|ELSE|...' test control in templates.
When translating skins, some parts can't be translated right because some words are hardcoded in templates or DA executable and if you translate the template or DA results and some user change language his get the hardcoded translated for other language.
Example:
When you translate the hardcoded DA executable results (like |TABLE| token) using php 'string_replace'.
Suggestion (Feature request):
Create one new wide accessible TOKEN named 'USER_LANG' or whatever other name you consider convenient for testing purpose. This way one can translate right for all languages any hardcoded DA executable results simple using one '|IF USER_LANG...|ELSE|...' test control in templates.