On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

No worries! Would you be able to share a snippet of the code? Hopefully looking at it might clue me in to the issue. 

renpy.change_language(language, force=False)

label language_choose:
menu:
'English':
renpy.change_language(None)
'toki pona':
renpy.change_language(tokipona)
$ renpy.utter_restart()

Is that enough? Just tell me if you want more.