I create a rating function which include textview to show the rating status (poor, good, very good, amazing), and with localization (Localizable.strings) English as default and Chinese.
When user submit the rating to server, I want to pass the rating status (get from TextView) in English to server, but when user's change their phone device language to Chinese, the rating status that pass to server will be in Chinese.
How do I keep the current localizable string show in TextView and pass the default English string to server?