Astrosoft
Astrosoft copied to clipboard
Internalization.java not set language
public static String getString(String key) { /String str = ""; setLanguage(language); str = getString(key); setPreferedLanguate();/
//setLanguage(language);
return getString(AstroSoft.getPreferences().getLanguage(), key);
//setPreferedLanguate(Ast);
//return str;
}
this function not working please help
What errors are you getting? How are you running astrosoft?
sir i solve the error
Sir I want to add three planets Uranus,Neptune,Pluto and its calculation please help where I can add planets ??
Unfortunately, I am busy with my work. You can read through the open source code. You can start here where we compute planetary position for all planets.
ok sir I will check