You could add that setting in user.config if you want to use something other than English. Remember the site has not been created yet so there is no site specific setting to use at the point where that code is called.
<add key="Culture" value="pt-BR" />
but if message template exists for pt-BR its going to fall back to English.