You could set your own value in a constant and use the compile condition
Code:
#if RB_CN
public static readonly string Locale = "CN";
#else
public static readonly string Locale = "EN";
#endif
I'm not sure if there is a place that mastahg is already storing this, but I do know it displays a log value at startup.