You are here

XML Language Help

4 posts / 0 new
Last post
Magibon
Offline
Last seen: 10 years 3 months ago
Joined: 2011-12-06 07:57
XML Language Help

Hello everyone.. i have searched this entire website, Wiki, and the Internet to try and figure this out... but so far am unsuccessful.

My app is pretty much done but i want to implement the language.
I've done language with INI successfully.

This is my first XML and the style is completely different than the examples I've found on here and the Internet.

Here's the XML:
http://pastebay.com/147154

If anyone can help me figure out the:
[FileWrite1] & [LanguageFile]

Thank you guys.. i love PAL!

F.Y.I
I have completely switched from NSIS Smile

Aluísio A. S. G.
Offline
Last seen: 7 years 8 months ago
DeveloperTranslator
Joined: 2010-11-09 17:43
Try this
[Activate]
XML=true

[Language]
Base=%PortableApps.comLocaleName%

[LanguageFile]
File=%PAL:DataDir%\.xml
Type=XML text
XPath=/XMLConfigSettings/General/Language

[FileWrite1]
File=%PAL:DataDir%\.xml
Type=XML text
XPath=/XMLConfigSettings/General/Language
Value=%PAL:LanguageCustom%

Previously known as kAlug.

Magibon
Offline
Last seen: 10 years 3 months ago
Joined: 2011-12-06 07:57
Thank You!

thank you kAlug Smile

i accidentally opened the XML file in IE and saw that it was much easier to read/understand.
I use Notepad2-mod and it supports XML but it doesn't display it correctly (in a tree).

chakvak
Offline
Last seen: 11 years 11 months ago
Joined: 2011-12-25 19:21
Thank you so much for the

Thank you so much for the code. It helped me too. Biggrin

Log in or register to post comments