Quantcast
Channel: Community | MonoGame - Latest topics
Viewing all articles
Browse latest Browse all 6821

How can I localize my game? [Xamarin Studio MonoGame iOS]

$
0
0

@Fox9 wrote:

I want to support more than one language(English) in my iOS project. For example, if the device preferences are set to French, then my game should draw all of its text in French.

At the moment, I draw the text(in English) like this:

SpriteBatch.DrawString (SpriteFont, String, Vector2, Color)

How can I add translations to my game? How can I do that in MonoGame?

My game runs on iPhone.

Posts: 8

Participants: 5

Read full topic


Viewing all articles
Browse latest Browse all 6821

Trending Articles