Runtime language change on other platforms

Runtime language change is not implemented for other platforms but .NET and VCL. It is possible to implement for Visual C++, Visual Basic and Java but not without a significant need to modify your application(s) and loosing possibility for visual localization. If you need runtime language change you have to store all strings to a database or text/XML file, you have to write your own functions or classes to get translations from database or file to perform runtime language change.