You are not logged in.
Are there any mature internationalization solutions available at present? Solutions for multiple languages
Offline
I just added the TLanguage enumerate, to handle... languages...
The MVC engine has its own translation feature available.
And the framework is UTF-8, so can handle multiple languages, even on Delphi 7.
We have also internal case-insensitive search with full Unicode-10 support, if needed.
But sometimes, it is best to rely on the OS itself to follow the actual end-user preferences.
We may finish porting the mormotii18n.pas unit from mORMot 1 in the next weeks.
Which exact feature do you need?
Offline
My current requirement is that the website needs to be accessible to users of multiple different languages. If the website is in a single language, it would be a bit troublesome.
Offline
In the mustache template, any {{"English text}} tag will be passed as OnStringTranslate('English text') to the corresponding callback for rendering.
Would you like fully translated file resources, e.g. per-language HTML view files?
Offline
In the mustache template, any {{"English text}} tag will be passed as OnStringTranslate('English text') to the corresponding callback for rendering.
Would you like fully translated file resources, e.g. per-language HTML view files?
I'm familiar with this method. However, I don't think it's a good solution. I believe the HTML view files classified by language would be better. But I have no experience in this area and can't offer you any constructive suggestions.
Offline