meta data for this page
Localization - Some useful tips
It is easy to localize your eShop with Hybris but there are some issues you should be aware of.
HMC
Userful tips
- When an user logs into HMC, Hybris logs in the console all the missing localization keys.
- To localize a tab the property name must begin with “tab.” like tab.customeid=something custom
- To localize a section the property name must begin with “section.” like section.customeid=something custom
Pitfalls
- The key properties must include only lower case letters when using l10nService.getLocalizedString(…)
–Based on Hybris 1905 and 4.8
Discussion