Hi,
I am now facing a language problem that my portable applications cannot detect my language probably.
I am using WinXP SP3. I live in Hong Kong and so I prefer Traditional Chinese (although I know English) as my language. Still my application cannot detect my language properly.
I use FoxitReader as an example. When I open it, it is in English.
So I created a text file called TEST.txt in the same directory as that of the launcher. Then I add a FileWrite section in FoxitReaderPortable.ini,
[FileWrite15]
Type=ConfigWrite
File=%PAL:Drive%%PAL:PackagePartialDir%\TEST.txt
Entry=Language
Value=%PAL:LanguageCustom%
,so that I can obtain the %PAL:LanguageCustom% variable.
I run the application and close it. Then I open my TEST.txt. The content is
Language49101d
,and 49101d represents English in [LanguageStrings] part.
So is there any problem with the language part? Although it is not important for me, it may be important for some users that don't know English.