Change-Id: I99f6b964b88296424bf110f569ad8f7ef0500431
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
sclboolean succeeded = FALSE;
const sclchar *entry_path = MAIN_ENTRY_XML_PATH;
- int nwidth = 0;
- int nheight = 0;
- CSCLUtils *utils = CSCLUtils::get_instance();
- if (utils) {
- utils->get_screen_resolution(&nwidth, &nheight);
- }
_language_manager.set_resource_file_path(entry_path);
const sclchar *resource_file_path = _language_manager.get_resource_file_path();