if not os.path.isfile(client_ui_path+"/ui."+lang+".yaml"):
    copyfile(client_ui_path+"/ui.en.yaml", client_ui_path+"/ui."+lang+".yaml")