Archive: LangString default language


LangString default language
Hello,

I'm working on a multi-language installer. I'm using LangString to define each frase in all available languages. My problem is that I don't have all strings translated to all languages.

I would like that when a string is not defined in a language, it was displayed in English, but I don't know how to define a default language. It seems it's not possible without programming.

Any advice?


Define English as first - it will became default language.


I already have defined English as first.

My installer only has 80% of strings translated to Italian. When a string is not defined in Italian, it becomes an empty string. I would like the English string was displayed instead of an empty string.