Is there a best practice for using BaseStores/Addresses in Asia or does anyone has some experience? We've got the requirement to show the name of the store as well as the address in both local and Latin letters. But using the full set of languages in a localized property is quite an overkill regarding data maintenance.
If I am getting this right then the latin letter version is just a transformation, not a translation? Then you could eventually implement a transformator on the display end. Or you use localized attributes, but create a cronjob to create the latin charset version. Or a dynamic attribute giving back the latin transformation.
Add a comment