wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

Internacionalization of Context Menu Strings #375

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be interesting to be able to internationalize the strings of 
MDIManager.as.

public static const CONTEXT_MENU_LABEL_TILE:String = "Tile";
public static const CONTEXT_MENU_LABEL_TILE_FILL:String = "Tile + Fill";
public static const CONTEXT_MENU_LABEL_CASCADE:String = "Cascade";
public static const CONTEXT_MENU_LABEL_SHOW_ALL:String = "Show All Windows";

Is there any way to do it?

Original issue reported on code.google.com by eu.tdj...@gmail.com on 25 Nov 2013 at 7:58