Having EA in two languages
Hello,
I'd like to use EA on a web which has two language options. While I can translate all the labels I did not figure out how to deal with the 'services' list and with the calendar.
For services I was thinking about creating two sets in two different languages, and now I need to display in the dropdown just the services for specific language. I did not figure out how to do that,
For calendar I know that the localization is there so I'm thinking about adding if/else condition to detect language - something like: if (get_locale() == 'en_US') and based on that load correct localization. Don't know how is the localization loaded to the calendar though.
Any guidance on this would be greatly appreciated. Thank you!