More Useful Code: Language Reading/Setting
Here's the code I used for PNotes/ATPad.
They set the language through a file name, not using the environmental variables or using international language codes.
GetAppLanguage: ReadEnvStr $APPLANGUAGE "PortableApps.comLanguageCode" StrCmp $APPLANGUAGE de Deutsch StrCmp $APPLANGUAGE en_us English StrCmp $APPLANGUAGE es_la Spanish StrCmp $APPLANGUAGE it Italian StrCmp $APPLANGUAGE jp Japanese StrCmp $APPLANGUAGE pl Polski
- Read more about More Useful Code: Language Reading/Setting
- OliverK's blog
- 2 comments
- Log in or register to post comments