You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
Created the singleton AppSettings, we could take advantage of that, for example, by creating a multilanguage application.
We could do it by using xml with Dom or Sax parsers
There's a basic question to do that, which one is the best way? making an only parser that retrieves every string from a single xml, or maybe more xml depending on the panel. And how should we create the constructor panels?
The text was updated successfully, but these errors were encountered:
Created the singleton AppSettings, we could take advantage of that, for example, by creating a multilanguage application.
We could do it by using xml with Dom or Sax parsers
There's a basic question to do that, which one is the best way? making an only parser that retrieves every string from a single xml, or maybe more xml depending on the panel. And how should we create the constructor panels?
The text was updated successfully, but these errors were encountered: