Package com.scaniatv

Class LangFileUpdater

java.lang.Object
com.scaniatv.LangFileUpdater

public final class LangFileUpdater extends Object
  • Method Details

    • getCustomLang

      public static String getCustomLang(String langFile) throws JSONException
      Method that gets a custom lang file, and adds default ones if missing from the custom one.
      Parameters:
      langFile -
      Returns:
      Throws:
      JSONException
    • updateCustomLang

      public static void updateCustomLang(String stringArray, String langFile, JSONStringer jso) throws JSONException
      Method that updates a custom lang file.
      Parameters:
      stringArray -
      langFile -
      Throws:
      JSONException
    • getLangFiles

      public static String[] getLangFiles()
      Method that gets a list of all lang files.
      Returns: